This SPA(Single Page Application) use React, Vite, Typescript
Requiriments
- NodeJS >= 16.x
- NPM >= 8.x or Yarn >= 1.22.x
Install packages:
$ npm install
Use env-example
with model to create `env`` file.
On dev run:
$ npm run dev
To generate the bundle/dist:
$ npm run dist
Have fun!