- clone this repository
- change directory to
seward-park-map
- run
npm install
- bundle js & css dependencies with
npm run bundle
- start the development server with
npm start
- you can watch the css/js files for changes and re-bundle them with
npm run watch