Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikeludemann/node-development

A node.js development environment with express, pug, mongoDB and more
https://github.com/mikeludemann/node-development

environment express express-generator mongodb nodejs nosql pug

Last synced: 22 days ago
JSON representation

A node.js development environment with express, pug, mongoDB and more

Awesome Lists containing this project

README

        

# node-development

A node.js development environment with express, pug, mongoDB and more

## Prerequisite

* Install Node.JS and npm

## Development

### Starting server and environment

```
npm start
```

### Starting database

```
mongod
```

#### Terminal using database

```
mongo
```