React Starter
React starter template with webpack
Environment Requirements
- Node.js (with npm)
- Webpack
Getting Started
- Run
webpack
in the project directory
In the project directory will appear
bundle.js
- Run
node server.js
in the project directory
In console will appear text "Server started listening on http://localhost:3000"
- Open
http://localhost:3000
in your browser