Get information about programming languages
- Node.js 12+
- Yarn or NPM
- Install dependencies
yarn install
- Create configuration file from the template
cp .env.template .env
# Edit configuration to match your local environment and save
nano .env
Generate types for graphql schemas and resolvers
yarn generate:types
- Start Application
yarn start
The application will be launched by Nodemon