Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.49 KB

readme.md

File metadata and controls

51 lines (35 loc) · 2.49 KB

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