An open API service indexing awesome lists of open source software.

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

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
```