Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stradivario/gapi-starter-simple
@Gapi Starter project with simple configuration
https://github.com/stradivario/gapi-starter-simple
Last synced: 4 days ago
JSON representation
@Gapi Starter project with simple configuration
- Host: GitHub
- URL: https://github.com/stradivario/gapi-starter-simple
- Owner: Stradivario
- Created: 2018-07-03T21:51:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:34:36.000Z (about 2 years ago)
- Last Synced: 2024-11-01T16:36:13.549Z (about 2 months ago)
- Language: TypeScript
- Size: 476 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```