Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 259 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 259 Bytes

React boilerplate

React boilerplate for ReactJs apps

Instructions

npm install
npm start

or, if you use yarn:

yarn run start

and for production mode:

npm build

or

yarn run build