Skip to content

kennyxcao/angular2-soundcloud

 
 

Repository files navigation

Angular2 Soundcloud

Angular 2 Style Guide Dependency Status devDependency Status PRs Welcome MIT License

Getting Started

Dependencies Prerequisites

Make sure you have Node version >= 5.11 and NPM >= 3

Once you have those, you should install these globals with npm install --global:

  • webpack (npm install --global webpack)
  • webpack-dev-server (npm install --global webpack-dev-server)

Running Development

Once you have installed all prerequisites,

  • fork this repo
  • clone your fork
  • nvm use use the node version from .nvmrc
  • npm install to install all dependencies
  • npm start to run our app locally in dev mode

License

MIT © Jay Kan

About

🔥 A simple SoundCloud API client built with Angular2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.6%
  • CSS 15.5%
  • JavaScript 6.0%
  • HTML 0.9%