Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 873 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 873 Bytes

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