Skip to content

jefferyshivers/React-Express-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Express Boilerplate

This is a barebones React app sitting on an ExpressJS server. As is, you can clone and navigate into the project directory, then run yarn start-dev or npm run start-dev to start developing your new project. In another tab, run yarn (or "npm run") build --watch to have Webpack rebundle the project live as it is updated. Run yarn start to simply serve up the latest build of your app.

The guide for how to create this project from scratch can be found here. I include the generated dist/bundle.js to show the full result of following that guide, but you'll want to remove and add that file to your .gitignore for developing your own projects.

About

a simple React project with ExpressJS (and Webpack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published