Skip to content

A simple application that notifies users with the last question, on certain tag, on StackOverflow.

License

Notifications You must be signed in to change notification settings

Manuel-Suarez-Abascal/stackoverNotifier

Repository files navigation

StackoverNotifier

Check out the project demo.

Project Setup

======================

Dependencies

Make sure to have all these dependencies installed in your local machine:

  • Node.js - v12.18.4
  • NPM - v6.10 (comes installed with Node.js)

Install Modules

  • Go to the project's root folder & run the following command:
npm install

Run The Project For Local Development

  • After all modules are installed, run the command:
npm run dev

It'll open a local development environment server at http://localhost:8080/

Chrome Notification Settings

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Preview production build

npm run serve

Lints and fixes files

npm run lint

Run e2e assertion with Cypress.io

npm run cypress:open

Customize configuration

See Configuration Reference.

About

A simple application that notifies users with the last question, on certain tag, on StackOverflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published