Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 443 Bytes

Very Useful Tools.

Objective

  • Manage all tools you think is useful.
  • Make it easy to find the best tools for your task using filters

Running

  • fake-backend:

    • go to fake-backend folder and run npm installto install dependency and npm startto run the api
  • 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