This project is based on React + Typescript + Vite template.
To run this project on local:
nodejs
version >= 18npm install
on cmdlinenpm run dev
on cmdlinelocalhost
on web browser
Can deploy on render.com:
- First of all, push this project to Github
- On
https://dashboard.render.com/
, can clickNew +
button and then selectStatic Site
- Connect to Github and click the
Connect
button next to the targeted repository - In
Build and Deploy
card, setsrc
forRoot Directory
field, and inputdist
forPublish directory
field - Click
Create Static Site
button