Skip to content

Latest commit

 

History

History
 
 

create-react-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Create React App example

How to use

Download the example or clone the repo:

cd examples/create-react-app

Install it and run:

npm install
npm run start

or with yarn:

yarn install
yarn run start

The idea behind the example

Create React App with no build configuration.