Skip to content

prajapati-parth/minimal-react-boilerplate

Repository files navigation

Minimal React Boilerplate

How to set up locally

Production build

  1. Clone the repo
git clone https://github.com/prajapati-parth/minimal-react-boilerplate.git
  1. Install dependencies
cd minimal-react-boilerplate
npm install
  1. Build output bundle
npm run build
  1. Open index.html in browser

Development build

  1. Follow steps 1 and 2 from above.
  2. Change script src in index.html
<script src="./bundle.js" type="text/javascript"></script>
  1. Start webpack-dev-server for live reload
npm run dev
  1. Browse http://localhost:9000

About

React web app boilerplate code with minimum configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published