Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/derekbtw/reaction
- Owner: derekbtw
- License: mit
- Created: 2018-03-30T23:53:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T05:18:25.000Z (about 6 years ago)
- Last Synced: 2024-09-18T15:44:01.377Z (5 months ago)
- Topics: app, bootstrap, project, react, react-router, router, starter, template, web, website
- Language: JavaScript
- Homepage: https://derekbtw.github.io/reaction/
- Size: 886 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```