Skip to content

titanve/react-bp

Repository files navigation

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