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: 8 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T05:18:25.000Z (over 7 years ago)
- Last Synced: 2025-10-11T13:44:22.559Z (8 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: 1
- 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
```