Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.25 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.25 KB

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