A quick template ready to run. Express, webpack, and babel are configured to immediately run a basic React page. Perfect for experimenting.
- Get yourself a copy of this Repo
- 'npm install .' to install dependencies.
- Open up two terminals.
- Run the nodemon server: 'npm start' in one terminal.
- Run the webpack dev server: 'npm run dev' in the other terminal.
- Head to localhost:3000
- Open the root folder in your editor of choice and enjoy.
- I wrote a guide to build this exact thing on Codementor. Read 'A Simple MERN Stack Template'