A collaborative effort used to gather common design elements into a foundation framework. The goal of this project is to allow developers to clone this git and use their clone as a sandbox for writing new features without to work with the whole englishtown project.
- git clone [email protected]:englishtown/etown-foundation.git
- cd etown-foundation
- sudo npm install
- sudo npm install nodemon -g
- node app.js or nodemon app.js
Nodemon acts as a wrapper around the node run-time and will reload your application when it detects changes to files.
Stephan Wallentin Lorenzo Buosi