Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History

README.md

🍽️ ServeU Client

The client-side app of ServeU.

Getting started

yarn install

Start with hot reloading

yarn dev
# or
yarn start

Building for production

yarn build

Running tests

Tests are TBD.

yarn test

Resources

I used my personal ESLint, Prettier, and TypeScript config available here.

Credits

Bootstrapped with the amazing CRA TailwindCSS and TypeScript template.