Skip to content

Cimorexave/logistic-app

Repository files navigation

Nuxt 3 + Tailwindcss + TypeScript + Pinia starter setup

Download, clone or fork this repo to start working on a bug free boilerplate starter pack for this configuration. Remove the NuxtWelcome and start coding!

Setup

Clone the project:

git clone https://github.com/Cimorexave/nuxt3-starterpack.git

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

# npm
npm run dev

# yarn 
yarn dev