Todo app made with ReactJS and ParseReact
- Webpack
- Babel
- React transform boilerplate
- Hot reloading
- Error catching
- Parse React
- Sass or Less
- Eslint
- React Router
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.