Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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