This is a simple react boilerplate with no extra dependencies. It uses webpack for bundling purposes.
Steps :
- Clone the repo.
- Navigate to the directory and run npm init.
- Run npm start.
- Open your browser and go to http://localhost:8080.
- If everything goes well, you should see the welcome page.
- Happy coding!