/node-sbadmin

SB Admin 2 bootstrap template with Node.js

Primary LanguageHTML

SB Admin 2 Node.js

Famous bootstrap template(free) + Node.js + mongoDB

Getting Started ( for developers )

1. Install node.js

Install and start node.js. (https://nodejs.org/download)

$ node --version

Install and start mongoDB. (http://www.mongodb.org)

$ cd mongodb
$ mkdir -p data/db
$ bin/mongod --dbpath data/db &

2. Clone SB Admin 2 Node.js

$ git clone https://github.com/EunsanKo/node-sbadmin.git
$ cd node-sbadmin
$ npm install

3. Start SB Admin 2 Node.js

$ node ./bin/www

4. Start development

http://localhost:3000

5. Capture Image

Alt text

Alt text

License

MIT