Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.07 KB

File metadata and controls

69 lines (51 loc) · 2.07 KB

Lineman Angular Toolkit (complete)

Description

This toolkit creates the environment for the development of an AngularJS based project.

In addition, it compiles the code to run a smooth and fast application.

This is a screen recording of the result, right after finishing the setup: https://www.youtube.com/watch?v=aUzyFjiAVSM

Features

  • all JavaScript
  • real time integration
  • API service designed
  • compile and test tool

Recommended for:

  • real time apps
  • starting projects from scratch
  • apps which require full stack structure (frontend and backend)

For apps which already have a backend, Lineman Angular Toolkit (light) is more suitable.

Components

Frontend

Backend

Mixins

Tools

Setup & run

It is assumed that NodeJS, MongoDB, SASS, Bower and Lineman are installed.

npm install
bower install
mongod --dbpath C:\mongodb\data\db\ /* start MongoDB */
lineman clean run

Finally, open http://localhost:8000 in your browser.