0.0.32 • Published 7 years ago

homebase v0.0.32

Weekly downloads
82
License
-
Repository
github
Last release
7 years ago

HomeBase

Boiler plate for nodejs, express, dnode, sql

Installation

add homebase to your prereqs in the package.json and install (using npm install) then you can copy the files in node_modules/homebase/template/* to your base directory

Setup

All client files go in the client directory. After a file is changed, run ./build.sh to use browserfy to compile the client scripts into a single file (in public/javascripts/all.js) All server files go in the server directory.

you need to edit main.js in your baseDir to setup your remotes, routes, and statics.

All your view templates go in the view directory.

NOTE don't edit the template dir directly (unless you are fixing/improving a global problem), you will need to edit your baseDir site.

-- Running ./start.sh to start ./stop.sh to stop or nodemon main.js (if you install nodemon and wish to restart after file changes)

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.26

8 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago