Creating a Transportation and Logistics Site Template Using vue.js and TailwindCSS.
Before you begin, make sure you have the following installed:
- Cloning the Repository Open the terminal and clone the GitHub repository to your computer:
git clone https://github.com/RykerWilder/nexgen.git
- Enter the Project Folder
cd nexgen
- Install all the necessary dependencies using npm:
npm install
- You will need to install VUE routers
npm install vue-router@4
- Install TailwindCSS
npm install tailwindcss @tailwindcss/vite
- After you install the dependencies, you can start the development server:
npm run dev