cafe.guardio.wso2isdemo.com
- Node.js (v16.16.0 recommended)
- npm (8.11.0 recommended)
-
Clone the repo and install the dependencies. You will need
node
andnpm
installed globally on your machine.git clone https://github.com/chaminjay/mattr-express-demo-app.git cd mattr-express-demo-app
-
Setting up environmental variables:
- Rename
.env-template
to.env
and fill up the values accordingly.
- Rename
-
Installation:
npm install
-
To Start Server:
npm start
-
Run app in production mode:
npm run start:prod
-
Run app in dev mode:
npm run dev