dexter0201 / nodejs-framework

Dexter's node framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/dexter0201/nodejs-framework is my personal project. You will most likely find it under domain.tld.

Domains

  • NOT YET

Technology

  • CSS frameworks, e.g. BootStrap
  • Themes
  • JS frameworks, e.g. jQuery
  • IconSets, e.g. Glyphicons
  • GitHub Pages
  • robots.txt

##Structure

  • package.json: defines the project's variables and dependencies
  • server: this folder contains the core server side configuration
  • gulpfile.js: the build script for compiling CSS, minifying JS and copying assets
  • gruntfile.js: the build script for compiling CSS, minifying JS and copying assets

##Requirements

  1. Git
  2. Node.js (NPM > v3.x)

##Getting started Clone the repository

$ git clone git@github.com:dexter0201/nodejs-framework.git

Install dependencies

$ cd nodejs-framework
$ npm install

Build the project

$ bower install

Run

$ node server

Contact

Developer/Projects Dexter Nguyen

About

Dexter's node framework


Languages

Language:JavaScript 61.4%Language:CSS 19.3%Language:HTML 18.3%Language:Makefile 1.1%