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

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

BitMate Web Application Generator. Entry point to BitMate Generators
https://github.com/bitmate/generator-bitmate-web

Last synced: 10 days ago
JSON representation

BitMate Web Application Generator. Entry point to BitMate Generators

Awesome Lists containing this project

README

          

# BitMate Web Application 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-web`:
```
npm install -g generator-bitmate-web
```

### Run

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

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