Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derekbtw/reaction

React app template using React-Router and Bootstrap 4
https://github.com/derekbtw/reaction

app bootstrap project react react-router router starter template web website

Last synced: 2 months ago
JSON representation

React app template using React-Router and Bootstrap 4

Awesome Lists containing this project

README

        

# Reaction
**React app template using React-Router and Bootstrap 4**




To start a development server with auto refresh:

```
$ git clone https://github.com/derekbtw/reaction.git my-app
$ cd my-app
$ npm install
$ npm start
```

To build for production:

```
$ npm build
```