Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 422 Bytes

~~ MEGAWAVE Client ~~

Built with:

  • React

  • Tailwind CSS + UI

  • Vite

Requirements

  • Node v16.2.0

Available Scripts

  • npm run start standup a development server that proxies to the API

  • npm run build bundle a production version of the web client

  • npm run format format code using eslint/prettier

  • npm run lint lint code using eslint/prettier

  • npm run check typecheck code using typescript