Skip to content

Product-Engineering/pe-react-redux-boilerplate

Repository files navigation

FE-Boilerplate

FE Boilerplate


wercker status

This is a Webpack tutorial, with development and production setups using an Express server, and Wercker for continuous integration.

Check out the post here.

Development

Setup
  • Add a .env file to the root of the app.

Start the webpack development server on port 8080:

$ npm start

Production

Build the production assets:

$ npm run build

Tests

  • npm run test

Deployment

  • Pushes to master branch will trigger Wercker CI.
  • Manual build of the app with npm run build
  • Important ENV vars to set within CI
API_ROOT
// For Asset dist directory
APP_ROOT

About

React & Redux Boilerplate - Express - Webpack - HMR - Tachyons - Wercker - Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published