titanve / react-bp

My Reactjs boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Reactjs boilerplate

License:Other


Languages

Language:JavaScript 98.4%Language:HTML 1.2%Language:CSS 0.4%