You will need node
and npm
installed globally on your machine.
Clone down this repository.
git clone https://github.com/rishinpoolat/from-home
change directory to server
cd server
Install packages
npm install
change directory to vite_client
cd vite_client
Install packages
npm install
create a .env file (refer .env.example) and add all environmental variables
to run server
npm start
to run client
npm run dev
To visit App
http://localhost:3000/