dipsywong98 / imba-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%