This is a React + Typescript app destined to Upstart13 test.
clone the repo:
git clone [email protected]:Leonamquintao/up-weather-app.git
run the package install:
yarn
or npm install
project is using linter
and prettier
make sure to install extensions (VSCode will suggest)
run:
yarn dev
or npm run dev
testing:
yarn test
or npm run test