chrisfield / next-apollo

Next and Apollo Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-apollo

Next and Apollo Example

Bootstrap

npm run bootstrap

Config

Configurations can be found in .env files in the various microservice folders.

Start Local

Start everything in docker.

npm run start

Access your app under http://localhost:3102

Develop

While developing you won't be running everything in docker, only certain services (db, api)

npm run dev

Access your app under http://localhost:3102

Linting

npm run lint -- file-or-dir-to-lint --fix

About

Next and Apollo Example


Languages

Language:JavaScript 99.4%Language:Dockerfile 0.6%