- Notifications
You must be signed in to change notification settings - Fork1
HydroCarbons/basic-react-boilerplate-2018
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
React + React-Bootrstrap + 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-bootstraphttps://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-boilerplate-2018.git - Switch to project*
cd basic-react-boilerplate-2018 - 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.js2. bundle.js.map3. <guid>.png << Application Icon4. index.htmlThis project is licensed under the Apache License 2.0, Copyright (c) 2018 HydroCarbons. For more information see LICENSE.md.
About
Ultra basic boilerplate for React, react-bootstrap, babel and webpack ready for 2018
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published

