nggonzalez / fullstack-demo

An example of what the angular-fullstack generator can scaffold.

Home Page:http://fullstack-demo.herokuapp.com/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack demo generated using Angular Fullstack

Angular Fullstack is a MEAN generator. It scaffolds applications with MongoDB, Express, AngularJS, and Node.

By running yo angular-fullstack and checking yes to everything, you get a project very similar to this. This repo is to give you an idea of what that project looks like.

Live Demo

http://fullstack-demo.herokuapp.com/.

Note: Demo is running on Heroku free instance, so you will likely have to refresh for it to load.

Getting Started

Here's an overview of the application structure:

What about Coffeescript and Jade?

An equivalent of this project can be generated with Coffeescript and Jade Templates by using yo angular-fullstack --coffee --jade

Quick Install

Easily create your own project as specified here: https://github.com/DaftMonk/generator-angular-fullstack#usage

Then launch your express server in development mode using

$ grunt serve

About

An example of what the angular-fullstack generator can scaffold.

http://fullstack-demo.herokuapp.com/.