https://github.com/semoal/react-bootstrap-boilerplate
React with Boostrap 4 - ParcelJS - Babel
https://github.com/semoal/react-bootstrap-boilerplate
bootstrap parceljs react
Last synced: 26 days ago
JSON representation
React with Boostrap 4 - ParcelJS - Babel
- Host: GitHub
- URL: https://github.com/semoal/react-bootstrap-boilerplate
- Owner: semoal
- Created: 2018-07-22T16:07:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T05:43:41.000Z (over 2 years ago)
- Last Synced: 2025-02-08T08:13:20.106Z (over 1 year ago)
- Topics: bootstrap, parceljs, react
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React bootstrap
React with Boostrap 4 - ParcelJS - Babel
## Instructions: Develop
For starting to develop: just two steps
```
npm install && npm start
```
## Instructions: Deploy
For deploying: just one step
```
npm run build
```