A web app that notifies you when new item (tweet, post, photo, video) is posted on social media.
- YouTube
- VK
NOTE: SN-App requires sn-server up and running.
- Add
config/config.jsfile that looks like this:
module.exports = {
api_dev_host: 'http://127.0.0.1:8000',
api_prod_host: 'http://127.0.0.1:8000'
}- Install dependencies
$ yarn installServe with hot reload at http://localhost:8080
$ yarn run devBuild for production with minification
$ yarn run buildBuild for production and view the bundle analyzer report
yarn run build --report