Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 535 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 535 Bytes

Set up environment

rename .env.template to .env.development and fill in the missing variables. For production environement create a file named .env.production.

Running the app

# install
$ yarn
# watch mode
$ yarn start:dev

or

# production
$ yarn start:prod

if you used the default values from .env.template the app will run on localhost:3000/api.

Stay in touch

License

Governator is MIT.