Newer
Older
Patrick Tafoya
committed
# 🏁 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.
Patrick Tafoya
committed
## 🏁 Setup
Before running the application, run the following command to install dependencies.
```bash
npm install
```
Patrick Tafoya
committed
## 🏁 Starting the Development Server
To start the development server with hot-reload, run the following command.
```bash
npm run dev
The server will be accessible at [http://localhost:3000](http://localhost:3000):
Patrick Tafoya
committed
## 🏁 Building for Production
To build your project for production, use:
Once the build process is completed, your application will be ready for deployment in a production environment.
Patrick Tafoya
committed
## ❗️ Useful Vuetify Links
- 📄 [Docs](https://vuetifyjs.com/)
- 🚨 [Issues](https://issues.vuetifyjs.com/)
- 🏬 [Store](https://store.vuetifyjs.com/)
- 🎮 [Playground](https://play.vuetifyjs.com/)