Skip to content

Latest commit

 

History

History

spa

Challenge - SPA

This SPA(Single Page Application) use React, Vite, Typescript

Instalation

Requiriments

  • NodeJS >= 16.x
  • NPM >= 8.x or Yarn >= 1.22.x

Using NPM

Install packages:

$ npm install

Run Project

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!