/react-express-boilerplate

A boiler plate for React + Express applications

Primary LanguageJavaScript

React/Express Boilerplate

A boilerplate for React/Express applications with all the bells and whistles.

Development environment

Application architecture

Testing

Installation

git clone git@github.com:jamiecopeland/react-express-boilerplate.git
cd react-express-boilerplate
npm install

Development

Run the development server:

npm start

Start the test runner:

npm test

Production

Build and run the production server:

npm run startProduction