React boilerplate, used best practices and focus on performance
The starter boilerplate includes the following technologies:
| Technology | Description |
|---|---|
| Node 8.9.1 LTS | Node |
| Redux Dev Tools | Redux Dev Tools |
| React Hot Loader 3 | Tweak React components in real time |
| React | JavaScript library for building user interfaces |
| React Router | React Router is a complete routing library for React |
| Babel | Babel is a JavaScript compiler |
| Webpack | Module bundler |
| Universal Webpack | Helps setting up universal Webpack build: the one that's working both on client and server |
| Redux | Redux is a predictable state container for JavaScript apps |
| Redux Immutable | Redux & Immutable integration |
| React Router Redux | Simple bindings to keep react-router and redux in sync |
| ESLint | The pluggable linting utility for JavaScript and JSX |
| Yarn | Fast, reliable and secure dependency management |
yarnnpm run devnpm run prodnpm run testTo get this project to work on Heroku, you need to:
- Add heroku
heroku git:remote -a heroku-app-name heroku config:set NODE_ENV=productionheroku config:set SSR=1heroku config:set SSL=1heroku config:set NPM_CONFIG_PRODUCTION=falseheroku config:set NODE_MODULES_CACHE=falseheroku config:set GOOGLE_ANALITICS_ID=UA-xxxxxxxxx-x(optional)
We are more than happy to accept external contributions to the project in the form of feedback, bug reports and even better - pull requests :) If you would like to submit a pull request, please make an effort to follow the guide in CONTRIBUTING.md.