Meeting Rooms
Installation
npm i
Development Mode
Prepare sample database:
npm run db-setup
Start application:
npm run dev
GraphQL in-browser IDE is available at http://localhost:4000/graphql
Production Mode
Build static assets and server:
npm run build
Run application in production mode:
npm start