Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 641 Bytes

Ripple App


Installing Dependencies

  1. You must have node and npm installed.
  2. Run npm i to install node dependencies.

Usage

  1. Run npm start to run the app.
  2. You can change the port number at the end of the server.js file if needed.

Details

This app is built on Angular 1.6, Bootstrap 4, Font Awesome 5, jQuery 3, and Firebase. This is intentional. There are many newer technologies that I could have used, and am well versed in many of them, but the point of this project was something that worked, was easy to build and a technology I knew well and didn't have to learn. These dependencies meet that spec.