Skip to content

RockyStrongo/leaf-lover-front

Repository files navigation

LeafLover Frontend

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

  1. Create .env file from .env.example

  2. Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

Releases

No releases published

Packages

No packages published