The application demonstrates solutions to some problems from leetcode.com and allows you to run tests on them.
https://leetcode-app.solutions4web.ru/
- React
- Typescript
- Saas
# clone this repository
$ git clone https://github.com/leopard-work/leetcode
# go into project directory
$ cd MDShop
# install dependencies
$ npm install
$ npm run start
Run dev server on http://localhost:3000
$ npm run build