An open API service indexing awesome lists of open source software.

https://github.com/bbmoz/nodejs-project-scaffold


https://github.com/bbmoz/nodejs-project-scaffold

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# NodeJS Project Scaffold

[![Build Status](https://travis-ci.org/bbmoz/nodejs-project-scaffold.svg?branch=master)](https://travis-ci.org/bbmoz/nodejs-project-scaffold)

> This is a scaffold for building nodejs projects.

## Tasks
1. `npm start` *run app at **http://localhost:3000***
1. `npm t` *lint and run tests defined in **test/***
1. `npm run tdd` *run tests in TDD mode*
1. `npm i` *install npm deps*