Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Code Examples

# create your custom config with env vars
cp ./config/default.json ./config/development.json

# edit the env vars accordingly
nano ./config/development.json

# install dependencies
npm i

# start
npm start