Overflow clone app made for training on Youtube Javascript.
Key Features • How To Use • Download • Credits • Related • License
You can go through videos here https://www.youtube.com/playlist?list=PLIGDNOJWiL19kquPvnT1jn6tnYEiXWpGl
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone git@github.com:tkssharma/stack-overflow-full-stack-clone.git
# Go into the repository
$ cd stack-overflow-full-stack-clone
# Install dependencies
$ pnpm i
$ docker-compose up