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

https://github.com/bitmate/generator-bitmate-express

BitMate Generator for building Express.js Applications
https://github.com/bitmate/generator-bitmate-express

Last synced: 5 days ago
JSON representation

BitMate Generator for building Express.js Applications

Awesome Lists containing this project

README

          

# BitMate ExpressJS Generator

## Usage

### Requirement Node 6+ && NPM 3+
This generator is targeted to be used with Node >= 6.0.0 and NPM => 3.0.0. You can check your version number with the command
```
node --version && npm --version
```

### Install

##### Install required tools `yo`:
```
npm install -g yo
```

##### Install `generator-bitmate-express`:
```
npm install -g generator-bitmate-express
```

### Run

##### Create a new directory, and go into:
```
mkdir my-new-project && cd my-new-project
```

##### Run `yo generator-bitmate-express`, and select desired technologies:
```
yo generator-bitmate-express
```