A sample app for consuming the public Flickr API
Run development server, this will watch and compile JS and start a static server to display the app.
npm start
You also need to watch and compile the SASS files, details here.
npm run watch-css
Once you are ready to compile for production:
npm run build