Skip to content

robertardeleanu/deloitte-presentation

Repository files navigation

Welcome!

Setup

After cloning this repository, follow these steps to set up and run the project:

1. Install dependencies

This project uses npm as the package manager.

npm install

2. Run the development server

To start the app in development mode and open it in your browser:

npm run dev

The development server should start, and you can view the app at http://localhost:3000 (or the port indicated in your terminal).

3. Build for production

To create an optimized production build, run:

npm run build

The build output will be in the dist/ directory.

4. Preview production build

To preview the built app locally:

npm run preview

5. Run tests

npm run test:ui

or, if option to run simple without ui support:

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published