parse-react-sample
parse-react-sample copied to clipboard
ParseReact sample app - Nice stack with everything you need
Parse React Sample app
Todo app made with ReactJS and ParseReact
What's inside ?
- Webpack
- Babel
-
React transform boilerplate
- Hot reloading
- Error catching
- Parse React
- Sass or Less
- Eslint
- React Router
Setup
Install npm project dependencies
npm install
Run locally
npm run start
It will setup a server with live reload on localhost:3000
. Live reloading is for both javascript and styles.
Run linter
npm run lint
Will output eventually code mistakes
Build the code
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
.