Usage: create fast prototypes, solve test tasks.
- The latest JS features can be used - thanks to Babel
- Webpack dev server with hot reloading
- Production build
- Client-side routing
- UI toolkit
- Redux, redux-thunk, redux dev tools configured. State can be saved/restored from localStorage.
- ApiService for working with a backend
- Auto JS linting
- Auto code formatting
- Login and Main pages
- Proper file structure
First install dependencies:
npm install
To run in the development mode with hot module reloading:
npm start
Then open http://localhost:8080
in your browser
To create a production build:
npm run build