Such merge, very design, so structure... wow!
Drywall repackaged into a Locomotive app.
An attempt to merge the MVC architecture and advanced routing of Locomotive with the ready-to-use UI and user management of Drywall.
$ git clone https://github.com/adityamukho/locomotive-drywall-seed.git- Copy
config/config.example.jstoconfig/config.jsand edit to your liking. $ npm install- Build the minified resources inside the
publicfolder:$ grunt build - Run the server:
- Development:
$ grunt - Production:
$ export NODE_ENV='production'and$ npm startor$ node ./server.jsorlcm server [port]
- Development:
- Follow the db setup instructions at https://github.com/jedireza/drywall#setup
Check the Locomotive docs at http://locomotivejs.org/guide/.