Skip to content

Lemoncode/angularjs-ts-boiler

Repository files navigation

00 Startup

This project is divided in two parts:

  • Exposes a fake api server.
  • Implement a simple application:
    • Implements basic navigation (ui-router).
    • Fetches data form a remote source (fake api).

Prerequisites

You will need node (at least v. 8.11.0) installed: https://nodejs.org/en/

Steps to run it

  • First you need to install all the depdencies, open your command prompt and execute an npm install.
npm install
  • Now let's start our fake server:
npm run api:fake
  • And let's start our web application:
npm start

About

Just an angularjs boiler that ain't broken

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published