w3cj / nuxt-travel-log

Home Page:https://nuxt-travel-log.vercel.app

Repository from Github https://github.comw3cj/nuxt-travel-logRepository from Github https://github.comw3cj/nuxt-travel-log

Nuxt Travel Log

A full stack application built with Nuxt that allows users to keep track of all the places they've been.

Setup

Create a .env file and update with your values:

cp .env.example .env

Make sure to install dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

About

https://nuxt-travel-log.vercel.app

License:MIT License


Languages

Language:Vue 54.8%Language:TypeScript 43.1%Language:CSS 1.1%Language:JavaScript 1.0%