Skip to content

Appdy/react-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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