- Manage all tools you think is useful.
- Make it easy to find the best tools for your task using filters
-
fake-backend:
- go to fake-backend folder and run
npm install
to install dependency andnpm start
to run the api
- go to fake-backend folder and run
-
web:
- First of all, you need to make sure to istall all the dependency. Go to api folder and run:
yarn install
- Then you can run:
yarn start
- First of all, you need to make sure to istall all the dependency. Go to api folder and run: