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.
- Host: GitHub
- URL: https://github.com/rykerwilder/nexgen
- Owner: RykerWilder
- License: mit
- Created: 2025-03-12T10:52:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T22:10:09.000Z (about 1 year ago)
- Last Synced: 2025-03-24T23:20:57.654Z (about 1 year ago)
- Topics: framework, hero-icons, heroicons-vue, html-css-javascript, npm, props-children, tailwindcss, vue, vue-router, vuejs
- Language: Vue
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEX-GEN Transport




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
```