Skip to content

suhaybabsi/magic-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic-starter

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.

Getting Ready

Make sure to edit the following files to reflect your app description:

  • package.json: Preferably use npm command to add or remove packages.
  • app.json
  • webpack.config.json

Running Locally (Development Mode)

Run the following commands on terminal:

git clone https://github.com/suhaybabsi/magic-starter.git
npm install
npm run dev

Production

Use the following command to bundle the application:

npm run build

About

Starter kit for building font-end graphical tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published