React + React-Bootrstrap + React-rouetr + Babel + WebPack with hot module replacement
I made this boilerplate to quickly get and up running with React programming with a dev and prod build and traspilation pipeline. You can also use react-bootstrap https://react-bootstrap.github.io/ components.
- NodeJS
https://nodejs.org/en/download/
- Webpack
npm install --global webpack
- Clone this repository
$ https://github.com/HydroCarbons/basic-react-router-boilerplate.git
- Switch to project*
cd basic-react-router-boilerplate8
- Install Depedencies*
npm install
- Start
npm start
- App running in your broswer
http://localhost:8081
- Create build
npm run build
- On successful completion, 'dist' folder will be created with app files.
1. bundle.js
2. bundle.js.map
3. <guid>.png << Application Icon
4. index.html
This project is licensed under the Apache License 2.0, Copyright (c) 2019 HydroCarbons. For more information see LICENSE.md.