This is my personal website in React with Typescript.
Install the dependences and start the npm run build
cd react-frontend
npm i
npm run start
Start the backend.
cd node-backend
node server.js
This website uses vercel to deploy and manage builds. On every new commit, the website will redeploy automatically.