Hello smart developers this is the source code of Clash FUll-Stack series
cd front && npm install
cp .env.example .env.local
After that we will follow same step for server
cd server && npm install
cp .env.example .env
to start backend or front end server go to their directory and hit below command
npm run dev
and in backend side do not forget to setup postgresql in .env file
And All set if you face any issue then checkout my youtube playlist