Todo app made with ReactJS and ParseReact
npm install
npm run start
It will setup a server with live reload on localhost:3000
. Live reloading is for both javascript and styles.
npm run lint
Will output eventually code mistakes
npm run build
This code will bundle both javascript
and styles
to dist/
folder, generating an index.html
which will point to a bundle.js
and bundle.css
.