Skip to content

RykerWilder/nexgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEX-GEN Transport

HTML5 Tailwind JavaScript Vue.js Creating a Transportation and Logistics Site Template Using vue.js and TailwindCSS.


Prerequisites

Before you begin, make sure you have the following installed:


How to Download and Start the Project

  1. Cloning the Repository Open the terminal and clone the GitHub repository to your computer:
git clone https://github.com/RykerWilder/nexgen.git
  1. Enter the Project Folder
cd nexgen
  1. Install all the necessary dependencies using npm:
npm install
  1. You will need to install VUE routers
npm install vue-router@4
  1. Install TailwindCSS
npm install tailwindcss @tailwindcss/vite
  1. After you install the dependencies, you can start the development server:
npm run dev