Skip to content

menthorlabs/menthor-be

Repository files navigation

Menthor-BE: Backend for Menthor

How to Run Locally

  1. Place the serverless.yml file in the root folder.

  2. Install the Serverless Framework globally:

    npm i -g serverless

    or use the equivalent Yarn command.

  3. Install the Node dependencies:

    npm install

    or

    yarn
  4. To run the project:

    npm run serve
  5. To listen to file changes and auto-reload:

    npm run serve:watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published