This project is a clone of Create React App.
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