Skip to content

roykimm/clash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thumbnail

Play list Link

Clash The Fullstack Series

Hello smart developers this is the source code of Clash FUll-Stack series

Project Setup instruction

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • EJS 2.4%
  • CSS 1.6%
  • JavaScript 0.3%