Skip to content

ovarunendra/angularjs-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 1.5+ ES6 & Component API Example App

Example Angular 1.5+ (ES6 + Components) codebase

Getting started

  1. Clone repo
  2. npm install
  3. gulp

Make sure you have gulp installed globally (npm install -g gulp)

Making requests to the backend API

The source code for the backend server (available for Node) can be found in the node-api.

If you want to change the API URL, simply edit src/js/config/app.contants.js and change api to the server's URL (i.e. localhost:3000/api)

About

Angular 1.5+ (ES6 + Components) codebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published