/TechList

Primary LanguageJavaScriptMIT LicenseMIT

TechList

about   |   getting started   |   license

Forks   Stars   React version   Express version   Open Source   License  

📋 About

TechList is an open source social media by and for students and coders. It is a free and open community to share opportunities, have healthy discussions on programming languages and technologies or even to show off your achievements and projects.
We hope to meet you @TechList 😇

✨ Getting started

If you do not have yarn installed, install it globally using:

npm i --g yarn

To install the dependencies wherever required:

yarn install

To start both the backend and frontend services concurrently, use the follwing at the root directory:

yarn start

Or, you can use the following to run a specific service:

cd src/frontend
yarn start

    or

cd src/backend
yarn dev

📜 License

MIT