Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 439 Bytes

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