DarkFalc0n / TechList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 51.9%Language:TypeScript 38.9%Language:HTML 8.0%Language:CSS 1.1%