Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 663 Bytes

File metadata and controls

38 lines (24 loc) · 663 Bytes

Test Project - Zippia Frontend Developer

Made by Thiago Silva Lopes on September 2024.
Using TypeScript with Nuxt.js, and styling with Nuxt UI & Tailwind CSS.

Setup

Install the dependencies:

yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.