Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmdantas/generator-ng-fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
https://github.com/ericmdantas/generator-ng-fullstack
angular client echo fullstack generator golang gulp http2 javascript mongodb ng-fullstack node server typescript vue webpack
Last synced: about 22 hours ago
JSON representation
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
- Host: GitHub
- URL: https://github.com/ericmdantas/generator-ng-fullstack
- Owner: ericmdantas
- License: mit
- Created: 2015-03-04T01:59:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T09:29:25.000Z (5 months ago)
- Last Synced: 2024-12-05T11:07:55.514Z (8 days ago)
- Topics: angular, client, echo, fullstack, generator, golang, gulp, http2, javascript, mongodb, ng-fullstack, node, server, typescript, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 2.66 MB
- Stars: 704
- Watchers: 43
- Forks: 102
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular-components - generator-ng-fullstack - Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest: Node, Go, http/2, Angular 1, Angular 2, Express, MongoDB, Gulp, Babel, Typescript and much more. (Uncategorized / Uncategorized)
- awesome-angular-components - generator-ng-fullstack - Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest: Node, Go, http/2, Angular 1, Angular 2, Express, MongoDB, Gulp, Babel, Typescript and much more. (Uncategorized / Uncategorized)
README
![logo](https://github.com/georgeedwards/generator-ng-fullstack/raw/master/logo.png)
`ng-fullstack` is a yeoman generator that allows you to rapidly get started with prototyping web applications with the newest technologies available. It allows you to choose between a `client app`, a `server app` or a `fullstack app`. All of them simple to extend and powerful to use.
### Getting Started
```shell
$ npm install -g generator-ng-fullstack
```Then, to create a new app, simply run:
```shell
$ yo ng-fullstack
```A few questions will be shown, make sure you answer them and, there you go! Now you have the [boilerplate app working](https://github.com/ericmdantas/generator-ng-fullstack/wiki/Getting-Started#result).
### Type less, create more
By installing [ngf](https://github.com/ericmdantas/ngf) you'll speed up your development by using the official `generator-ng-fullstack` alias. It shortens significantly the amount of stuff you type.
```shell
$ npm install -g ngf
```### Wiki
In the wiki you'll find: [pro tips](https://github.com/ericmdantas/generator-ng-fullstack/wiki/Pro-tips), [the sub-generators](https://github.com/ericmdantas/generator-ng-fullstack/wiki/Sub-Generators), [FAQ](https://github.com/ericmdantas/generator-ng-fullstack/wiki/FAQ), [Troubleshooting](https://github.com/ericmdantas/generator-ng-fullstack/wiki/Troubleshooting), [walkthroughs](https://github.com/ericmdantas/generator-ng-fullstack/wiki/Deploying-to-Heroku) and [much more](https://github.com/ericmdantas/generator-ng-fullstack/wiki).
### Chat
Do you have a doubt, want to talk about something cool or just want to chat? Join us on the [gitter chat](https://gitter.im/ericmdantas/generator-ng-fullstack) :smile:
### Contributing
Pull requests, helping others solving issues, improving the Wiki, among other tasks, are all valid, and more than welcome, contributions - don't hesitate.
### Development
[![Build Status](https://secure.travis-ci.org/ericmdantas/generator-ng-fullstack.png?branch=master)](https://travis-ci.org/ericmdantas/generator-ng-fullstack) [![Coverage Status](https://coveralls.io/repos/github/ericmdantas/generator-ng-fullstack/badge.svg?branch=master)](https://coveralls.io/github/ericmdantas/generator-ng-fullstack?branch=master) [![npm version](https://badge.fury.io/js/generator-ng-fullstack.svg)](https://badge.fury.io/js/generator-ng-fullstack)
### License
MIT