Skip to content

Threekit/Create-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a clone of Create React App.

Quick Start

Enter this command into your command line terminal.

git clone https://github.com/Threekit/Create-React-App.git my-app
cd my-app
npm install
mv _.env.local .env.local
npm run start

with yarn

git clone https://github.com/Threekit/Create-React-App.git my-app
cd my-app
yarn
mv _.env.local .env.local
yarn start

Releases

No releases published

Packages

No packages published