Starter kit to build graphical front-end tools using Javascript/ES6 and ReactJS.
The default 2D graphics library is PaperJS. Tween.js is used as the main animation engine.
Apps built using this kit could be easily deployed to cloud-hosting services such as Heroku.
Make sure to edit the following files to reflect your app description:
package.json
: Preferably usenpm
command to add or remove packages.app.json
webpack.config.json
Run the following commands on terminal:
git clone https://github.com/suhaybabsi/magic-starter.git
npm install
npm run dev
Use the following command to bundle the application:
npm run build