UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
README.md 947 B
Newer Older
# 🏁 Party Bus Test Drive Bootstrap
This project allows users to choose a desired tech stack and build a full stack development environment
ideally suited for Party Bus. 
Douglas Lagemann's avatar
Douglas Lagemann committed

## 🏁 Setup
Before running the application, run the following command to install dependencies.
```bash
npm install
```
Douglas Lagemann's avatar
Douglas Lagemann committed

## 🏁 Starting the Development Server
To start the development server with hot-reload, run the following command. 
```bash
npm run dev
Douglas Lagemann's avatar
Douglas Lagemann committed
```
The server will be accessible at [http://localhost:3000](http://localhost:3000):
To build your project for production, use:
Douglas Lagemann's avatar
Douglas Lagemann committed

```bash
npm run build
```
Douglas Lagemann's avatar
Douglas Lagemann committed

Once the build process is completed, your application will be ready for deployment in a production environment.


## ❗️ Useful Vuetify Links
- 📄 [Docs](https://vuetifyjs.com/)
- 🚨 [Issues](https://issues.vuetifyjs.com/)
- 🏬 [Store](https://store.vuetifyjs.com/)
- 🎮 [Playground](https://play.vuetifyjs.com/)