This helps you boostrap your react projects
Clone this project
git clone https://github.com/dinyangetoh/react-webpack-starter.git
- NodeJs
- npm
Install babel and webpack tools globally if you don't have them
npm install babel babel-cli webpack webpack-cli webpack-dev-server -g
navigate to the project root
cd react-webpack-starter
Install all the dependencies
npm install
Launch the project demo
npm start
If it is successful, the demo will be launched on http://localhost:3000
David Inyang-Etoh @dinyangetoh