Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.42 KB

React Template

This is React app template, based on Create React App v1.5.2 script with added additional functionalities, mandatory these days:

How to install

Just clone or fork & clone this repository.

Then install dependencies:

yarn install

or

npm install

and run:

yarn start

or

npm start