An open API service indexing awesome lists of open source software.

https://github.com/rykerwilder/nexgen

Transport Site Template.
https://github.com/rykerwilder/nexgen

framework hero-icons heroicons-vue html-css-javascript npm props-children tailwindcss vue vue-router vuejs

Last synced: 9 months ago
JSON representation

Transport Site Template.

Awesome Lists containing this project

README

          

# NEX-GEN Transport

![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat&logo=html5&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=flat&logo=tailwind-css&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)
![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=flat&logo=vue.js&logoColor=white)
Creating a Transportation and Logistics Site Template Using vue.js and TailwindCSS.

---

### Prerequisites

Before you begin, make sure you have the following installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)
- [Git](https://git-scm.com/)

---

### How to Download and Start the Project

1. Cloning the Repository Open the terminal and clone the GitHub repository to your computer:

```bash
git clone https://github.com/RykerWilder/nexgen.git
```

2. Enter the Project Folder
```bash
cd nexgen
```

3. Install all the necessary dependencies using npm:
```bash
npm install
```

4. You will need to install VUE routers
```bash
npm install vue-router@4
```

5. Install TailwindCSS
```bash
npm install tailwindcss @tailwindcss/vite
```

6. After you install the dependencies, you can start the development server:
```bash
npm run dev
```