/imba-template

imba server and client template, with server and client hot reloading, environment separation

Primary LanguageJavaScript

Imba Template

imba server and client template, with live server and client reloading, environment separation

Getting started

# install dependencies
npm install
# start live client and server development server
npm run dev

# start production server
npm start

Obtain Environment Configurations

set you environment configurations in /config.js

in your code, get back your configs by using process:config