rename .env.template
to .env.development
and fill in the missing variables. For production environement
create a file named .env.production
.
# 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
.
- Website - https://governator.xyz
Governator is MIT.