Make an UI Component as follows
- Using
Styled Component
only. Don't use any UI Kit. Theme
is optional.- Static component. No need to add functionalities.
$ cd deposit
$ npm install
$ npx vite --host
- Visit http://localhost:5173
Make an UI Component as follows
Styled Component
only. Don't use any UI Kit.Theme
is optional.$ cd deposit
$ npm install
$ npx vite --host