Example Angular 1.5+ (ES6 + Components) codebase that adheres to the RealWorld spec and API.
View the demo application or learn how to build the application from scratch!
- Clone repo
npm install
gulp
Make sure you have gulp installed globally (npm install -g gulp
)
All backend requests were trimmed out in this fork. Only two pages - home and sign up, to test routing.