Skip to content

Yet another starting point for creating React apps. Uses React Router, Webpack, HMR, PostCSS & Express.

License

Notifications You must be signed in to change notification settings

bharani91/react-express-starter

Repository files navigation

React Boilerplate

Yet another starting point for creating React apps. This boilerplate uses React Router, Webpack, HMR, PostCSS & Express.

Demo

Demo

Development

npm install
npm start

This will start an express app at http://localhost:8000.

Production Build

npm run build
npm run build:start

This will create a production build and will start a server at http://localhost:8000/

Deployment

Install the Heroku toolbelt.

heroku create myapp
git push heroku master

bharanim @bharani91

Heavily inspired by react-kickstart.

About

Yet another starting point for creating React apps. Uses React Router, Webpack, HMR, PostCSS & Express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published