1. Prerequisites
Before you begin, make sure you have the following:
- Node.js v18.17.0 or higher
- npm v9.1.0 or higher
If you have purchased the template, then you will receive a zip file with the template. In the directory, you will find a zip file named taskify-nuxt-[version].zip
. Extract and open the directory.
Then run the following commands:
2. Installing Dependencies
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
3. Running the Development Server
Start the development server on http://localhost:3000
.
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
After the server is running, open your browser and navigate to http://localhost:3000
. You should see the Taskify Nuxt Template.