/reminders-app-for-browsers

Simple Reminders Like App for Web Browsers

Primary LanguageJavaScriptMIT LicenseMIT

Reminders App for Web Browsers

Simple MacOS Reminders Like App for Web Browsers.

Note that this isn't completed project yet!

Run

Developement Build

$ npm start

Or

$ npm run build

This project requires SASS and Ruby, make sure you have it. After build completed, it automatically show the result to your default browser.

Production Build

$ npm run build-prod

After build completed, you will get result of production builds from your default Web Browser. To see actual application works, you have to run Web Server by simply:

$ npm run serve

Or just run Node.js directly:

$ node server