shizuko-akamoto / Trecipe

CPSC 436I Project (2020S)
1 stars 3 forks source link

Setup project with Create React App #33

Closed knox153 closed 4 years ago

knox153 commented 4 years ago

Closes #30

Need someone to check if they can run the app :smiley:

  1. yarn
  2. yarn start

Alternatively, npm install & npm start should work too. But all of us should stick with the same package manager to prevent the lock files getting out of sync later down the road.


The project is setup using npx create-react-app my-app --template typescript Updated index.html and manifest.json with Trecipe info Removed the default react icon/logo from the repo

shumal1 commented 4 years ago

Yarn works fine for me too