Skip to content

pkthebud/node-sbadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SB Admin 2 bootstrap template with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 22.0%