Minimalist starter for universal apps
- No. Fucking. Bullshit. Just the code.
- 100% ES6/ES7 using Babel 6.
- 100% universal — page is rendered server side for initial load
- Use React, Redux and react-router
- Fully linted, with large amount of eslint rules
- Happy developer experience:
- Hot reloading components, styles, actions and reducers
- Out-of-the-box support of redux-devtools chrome extension
- Ready to use build system, with assets renaming and optimizations
- Basic socket.io implementation: example-sockets
Launch the dev environment (with hot-reloading):
npm start
Launch the build:
npm run build
Launch the app in prod mode (with universal rendering):
npm run prod
If you want to see more commands, just read the fucking package.json
.