GrapeCity's Wijmo and Weavy are partnering up for a Hackathon! Focusing on real world issues across a variety of topics and using systems thinking to create innovative solutions. With Wijmo's UI component library and Weavy's API, we challenge developers to find ways to solve current issues, using real data.
Signups are now open! Sign up at https://weavy.com/hackathonwijmo and get access to your own Weavy sandbox.
For more information on the hackathon, check out our Learn More page.
Wijmo and Weavy offer extensive documentation, demos, and API to help you get started building your application.
This application is built with webpack used to bundle the Handlebars, JavaScript, and CSS files. It uses a NodeJS/Express backend to serve the bundled files. It is pre-configured to use Wijmo and Weavy libraries. Clone this repo, making sure that you have Node and NPM installed. Intsall the dependencies and then you'll be able to build the application.
To run the application, run the following commands:
- npm install
- npm run build
- npm run start
Building the application will create a set of JS and CSS bundles, as well as HTML files in the dist folder. Running the application will start a NodeJS server on port 3000.