Create a small project that can be easily added to any UI.
Works with IE9, 10, 11, Chrome, Firefox, and Safari
*npm *Created using windows
Modules
- axios
- browserify
- preact
- babelify
- babel-preset-es2015
- babel-preset-react
- object-assign
- flux
- watchify
- http-server
- cuncurently
-
npm install
-
Add your url in util/UserAPI
-
npm run build * browserify index.js -o bundle.js -t [ babelify ]
-
npm run watch (Re-builds project when files change) * watchify index.js -o bundle.js -t [ babelify ]
-
npm run start-server *http-server has to be installed globally
-
npm run watch-server *runs both watch and http-server