Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 439 Bytes

हैकरgram Web Developer Puzzler #1!

Setting up

The app is a modification of prior work by karan100010.

  1. Clone and run the following to start the express server:
    git clone https://github.com/hackergram/webappdevtest
    cd webappdevtest
    npm install
    node server.js
  1. Start the client server in a new terminal tab
    cd client
    npm install
    npm run