Skip to content

joshgordon/react-app-boilerplate

Repository files navigation

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

About

Just another React application boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published