Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stradivario/gapi-starter-simple

@Gapi Starter project with simple configuration
https://github.com/stradivario/gapi-starter-simple

Last synced: 1 day ago
JSON representation

@Gapi Starter project with simple configuration

Awesome Lists containing this project

README

        

# Starter @gapi

In order to generate new `modules`,`controllers`,`services`, etc. you will need to check Schematics documentation found here: https://github.com/Stradivario/gapi/wiki/generate

#### Starting the project

Installing the dependencies

```bash
npm install
```

Actual start

```
npm start
```

#### Useful schematics

Making a module

```bash
gapi generate module user
```

Making a controller

```bash
gapi generate controller user
```

Making a provider

```bash
gapi generate provider user
```