Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 360 Bytes

Frontend Base

Description

This is a base project for a frontend application. It includes a basic structure and some useful tools to start a new project.

Setup

  1. Run npm install to install the dependencies.
  2. Copy and rename the .env.template file to .env and set the environment variables.
  3. Run npm dev to start the development server.