Skip to content

thuyencode/sign-up-form-for-odin-project

Repository files navigation

Project: Sign-up Form

Sign-up Form's responsive design

More detail information here.

Getting started

First, install all the dependencies:

npm install
# or if you're using Bun
bun install

To run the dev server:

npm run dev
# or if you're using Bun
bun dev

To export and preview the production build:

npm run build
npm run preview

# or if you're using Bun
bun run build
bun preview