/landing-page

Primary LanguageVueMIT LicenseMIT

landing-page-app

This is a sidebase merino app created by running npm create sidebase@latest. This project uses the following technologies for a great developer and user experience:

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Production

Build the production application:

npm run build

Locally preview production build:

npm run preview