Search
Tidal Starter Kit

Tidal Starter Kit

Building the Front-end

Tidal utilizes Vite to build the front-end assets, both for development and production use-cases.

If you haven't already, you will need to install Tidal's front-end dependencies by running the following command from the root of your project:

1npm install

#Development Mode

To have Vite watch for changes made to your site's content and assets while developing, you may run the following command:

1npm run dev

#Building for Production

To build the front-end assets for a production deployment, you can run the following command:

1npm run build

If you are build your production files before deploying to production make sure that you commit and deploy the generated files and the manifest.json file as well.