This is a base project for a frontend application. It includes a basic structure and some useful tools to start a new project.
- Run
npm install
to install the dependencies. - Copy and rename the
.env.template
file to.env
and set the environment variables. - Run
npm dev
to start the development server.