Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 519 Bytes

File metadata and controls

17 lines (16 loc) · 519 Bytes

react-boilerplate

Running the application for development

Will leverage Gulp to enable the Webpack Dev Server with HMR along with an arbitrary Express server. While the Dev Server pushes down client-side changes to the client, Gulp restarts your servers when a change has been detected server-side

$ npm run dev

Running the application for production

Builds the static files and starts the Express server

$ npm start

Building the static files

Builds the static files

$ npm run build