react-universal-starter
The popular front end stack today is changing fast with React, react-router and webpack releasing newer versions. This is a starter app aimed to demonstrate how to integrate babel
, react@16
,react-router@4
and webpack@3
.
Screenshot
Features
This project comes with the following features
- React 16
- React Router 4
- Webpack 3
- Babel
- Server rendering
- Redux integration
- Dynamic imports
- Chunk splitting
- Styled components
- Nodemon
Installation
git clone git@github.com:imbhargav5/react-universal-starter.git
cd react-universal-starter
npm install
Usage
To run app in dev mode
npm run dev
The app should be running on http://localhost:8888/
To run app in production mode
npm start
The app should be running on http://localhost:8888/
To clean and rebuild
npm run build
Contributors
Thanks goes to these wonderful people (emoji key):
Bhargav Ponnapalli |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT Bhargav Ponnapalli(2017)