/chirper

chirp chirp

Primary LanguageJavaScript

Chirper

A Typescript Twitter-clone made to fulfill the project requirement for CSCI3100 - Software Engineering. Made with https://readme.so/editor

Deployment

To deploy the project's frontend run

  cd client
  npm start

To deploy the project's backend run

  cd server
  npm start