Skip to content

derekbtw/reaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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