- Clone the repo
git clone https://github.com/prajapati-parth/minimal-react-boilerplate.git
- Install dependencies
cd minimal-react-boilerplate
npm install
- Build output bundle
npm run build
- Open
index.html
in browser
- Follow steps 1 and 2 from above.
- Change script
src
inindex.html
<script src="./bundle.js" type="text/javascript"></script>
- Start
webpack-dev-server
for live reload
npm run dev
- Browse
http://localhost:9000