A barebones react/express app built from the ground up to help with webpack/express/react scaffolding. This is a great way to learn and hopefully a great way to scaffold future projects
- To start
cdinto project directory - Install node modules with
npm install - Run the project with
npm run start, this will webpack the directories and run the server - Browser your server at
http://localhost:3000