A Typescript Twitter-clone made to fulfill the project requirement for CSCI3100 - Software Engineering. Made with https://readme.so/editor
To deploy the project's frontend run
cd client
npm start
To deploy the project's backend run
cd server
npm start