This is the repo for the Algo Book by Developer Student Club, TIET, Patiala, Punjab.
1. Clone the repository
2. npm i or yarn install
3. npm start
Dev frontend server (no SSR or api server)
npm run dev (all axios requests are proxied to 'http:localhost:\${process.env.SERVER_HOST}/api')(configured in webpack.development.js)
Dev backend server (only api server)
npm run dev:server (make sure there is a .env.dev file with server=true and SERVER_PORT set)
Prod build
npm run prod
Run linter
npm run lint
Run prettier
npm run format
Start Server and Use SSR
npm start
As a community driven project, we welcome contribution from everyone, but before you contribute please go through our Contribution Guidelines.
All feedback and suggestions are welcome!
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!