-
Install Node for respective platform from https://nodejs.org/en/
-
Windows
- Git Bash
-
MacOS
To be updated. (Device Constraints)
-
Linux
To be updated.
-
Install all npm dependencies by running following command
npm installInstalling and compiling native node modules
npm run native-dep -
Start Notes Application.
-
For PRODUCTION Mode
-
Bundling and building code
npm run buildOutput files are generated in release/app/dist
-
Running Notes app
npm start
-
-
For DEVELOPMENT Mode
npm start dev
-
npm run lint
npm run format