Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

react-esd-client

Client for the Emergency Services Directory (ESD) API created with React

Final project | ISTE756 - Client Design and Development @ RIT

See it running here! -- The API data is kinda bogus so please test by searching "Some Hospital" to see all the features of the app.

Installation

To install the project for the first time run npm install

To start development, run gulp watch. A development web server will be launched an reloaded upon file changes.

To build the app for production (minify and bundle) run gulp build

If I missed anything please refer to react-gulp-browserify's awesome documentation!

Third-party libraries