Fully Featured Nodejs Express Bolierplate
Expressojs is a nodejs express based application bolierplate to help developers quickly bootstrap a nodejs application
OS X & Linux & windows:
git clone https://github.com/leemlwando/expressojs.git
#Running Application
cd expressojs
export NODE_ENV=production && yarn run start
Running Expresso is as simple as simple as making a cup of coffee ☕ All you need to do is just clone this repo, change directory into the cloned repo and excute the instructions above
In order to run this app in development mode, just change NODE_ENV to development like so:
export NODE_ENV=development && yarn run dev
Lee M. Lwando – @leemlwando – [email protected]
final:sweat_smile:. Create a new Pull Request