Skip to content

vivmost/clash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Project Setup instruction

cd front && npm install

create .env file

After that we will follow same step for server

cd server && npm install
create .env file

to start backend or front end server go to their directory and hit this command

npm run dev