This repository includes a Full Stack Developer Skills Test that was developed as part of the job application process for Idea Theorem.
Follow the instructions below to view the code and to run app locally or
visit: https://statuesque-sorbet-05e412.netlify.app/ to see it live.
- Clone the repository
git clone https://github.com/YashJM/registration-form-with-validations.git
or download repo (unzip project after downloading)
- Make sure you have
nodeandnpminstalled globally on your machine.
Switch to the root directory and follow next steps
- To install dependencies, first run:
npm install
- Run the application in development mode:
npm run dev
- To visit the app:
http://localhost:5173/
- To Build, first run:
npm run build
- Deploy
distfolder:
Upload `dist` folder directly to the registry
- Make sure the following is set in deployment environment
Build command: npm run build
Publish directory: dist