Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

react-leetcode-clone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

LeetCodeClone

Full stack LeetCode clone built with React.js, Tailwind CSS and Node.

Setup

# open terminal
cd server
npm install
npm start

# open second terminal
cd client
npm install
npm run start