Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

fa7ad/chomok-server

Repository files navigation

chomok-server

Express backend api for chomok.xyz

Running

In development

$ npm run dev

or

$ yarn dev

In Production

First, transpile the code to ES5 (don't use babel-node in production).

Use a process manager like pm2, make sure to set these environment variables

CWD: Working directory of the server
NODE_ENV: Set this to 'production' to enable some security measures