SCODEMeetup / community-services-locator-ui

Building a UI for community locator services
MIT License
1 stars 7 forks source link

Add docker development environment #55

Closed franklyandy closed 5 years ago

franklyandy commented 5 years ago

Why:

In order to allow new developers to get started on working on new features and to ensure a consistent development environment experience, we are adding a docker development configuration. This will create a containerized environment that will include node 10, will install the depenedencies needed for local development, and will run the application.

This change addresses the need by: