Skip to content

try-hards/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
ushka1
Mar 16, 2024
f7507ed · Mar 16, 2024

History

53 Commits
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024
Mar 16, 2024

Repository files navigation

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.