Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 377 Bytes

File metadata and controls

27 lines (18 loc) · 377 Bytes

Exercise 1: Registration + Login Form

  1. Clone the repository
git clone https://github.com/frelsecoding/Registration-Form.git
  1. Install dependencies
pnpm install
  1. Run local server in IDE's terminal
json-server --watch db.json --port 3001
  1. Run the page
npm run dev
  1. Enter http://localhost:5173/ in your browser