bikram-choudhury / express-skeleton

express skeleton for kickstart application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express skeleton Source

This repository holds the basic skeleton of Node App useing express framework, the foundation for most of the documentation samples and potentially a good starting point for your application.

This is not the perfect arrangement for your application. It is not designed for production. It exists primarily to get you started quickly with learning and prototyping in Angular

Prerequisites

Node.js, npm, bower and mongodb are essential for express development.

Get it now if it's not already installed on your machine.

Verify that you are running at least node v4.x.x, npm 3.x.x, bower 1.8.x and mongodb 3.x.x by running node -v, npm -v, bower -v and mongod --version in a terminal/console window Older versions may produce errors.

We recommend nvm for managing multiple versions of node and npm.

Installation process

Clone/Download the repository to any of your local directory.

Then navigate to the path of the local directory, install the required dependencies by running npm install and bower install in a terminal/console window

About

express skeleton for kickstart application


Languages

Language:JavaScript 90.1%Language:HTML 5.9%Language:CSS 4.0%