You can check the live deployed project here
OR
-
clone the repo on local machine
git clone https://github.com/sanketssc/dynamic-form -
switch to project dir
cd dynamic-form -
Install Dependencies
npm installoryarn -
Run the project with
npm run devoryarn dev
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh