- Table of Contents
- Applications
- Build With
- Getting Started
- Installation
- Usage
- Understand the workspace
- Contact
Control Spotify playback within the browser window. Shows the current song and progress. Connects to your Spotify through the Player API.
More information can be found in the applications README.
Manage Tasks using the Todo App. Stores data in the browsers Local Storage. This application uses the latest browser features including Progressive Web Applications and Service Workers and Notifications.
More information can be found in the applications README.
These projects were build using the following:
- Angular.
- Nx.
- Sass.
- TypeScript.
First, install the dependencies:
- Nodejs: Follow the instructions on the NodeJS website
- Yarn package manager (
npm install -g yarn
). Yarn Website
To get started, clone the repository and then install dependencies.
$ git clone git@github.com:alexander-lloyd/angular-apps.git
Install dependencies.
$ yarn install
Run yarn serve <app-name>
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run yarn build <app-name>
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run yarn test <app-name>
to execute the unit tests via Jest.
Run yarn affected:test
to execute the unit tests affected by a change.
Run yarn e2e <app-name>
to execute the end-to-end tests via Cypress.
Run yarn affected:e2e
to execute the end-to-end tests affected by a change.
Run yarn dep-graph
to see a diagram of the dependencies of your projects.
- Project Link: https://github.com/alexander-lloyd/angular-apps
- LinkedIn: