https://github.com/angeal185/nodejs-blog-website-complete
node js blog created with total.js, jquery, bootstrap and stylus
https://github.com/angeal185/nodejs-blog-website-complete
Last synced: 8 months ago
JSON representation
node js blog created with total.js, jquery, bootstrap and stylus
- Host: GitHub
- URL: https://github.com/angeal185/nodejs-blog-website-complete
- Owner: angeal185
- License: mit
- Created: 2016-12-28T07:41:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T12:03:22.000Z (over 8 years ago)
- Last Synced: 2025-01-06T17:17:08.265Z (9 months ago)
- Language: JavaScript
- Size: 6.38 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-blog-website-complete
node js blog created with total.js, nosql, stylus, jquery and bootstrap### Installation
Requires Node.js v4+, bower and stylus.
### Clone, install the dependencies and start the server.
```sh
$ npm install
$ bower install--start dev
$ node debug.js
--or for production
$ node release.js
```Done
### Admin
```sh
/$manager/loginuser: admin
password: admin
```