/giggle

Roc web app example. Based on Imgur most viral items.

Primary LanguageJavaScriptMIT LicenseMIT

Giggle

This is an example of how to write an basic application based on ROC and roc-package-web-app-react.

To test this application you need to create a client at imgur.com. https://api.imgur.com/oauth2/addclient

Add the client id and client secret to config/default.json.

Screenshot

Get up and running

Remember to rename default.json.dist file to default.json

$ mv config/default.json.dist config/default.json
$ npm install

Development

$ npm run dev

Production

$ npm run build
$ npm start

Docker

$ npm run docker-build
$ npm run docker-run

Now run npm start from within the docker instance

License

MIT-licensed. See LICENSE.