Simply organise your thoughts, ideas and snippets in Notepad
- What is Pad?
- Design & Deveopment Notes
- Useful Commands
Notes for design, development and implementation for this project can be found here: https://github.com/molikmiah/Pad/projects/2 This is an overview of the features, what the user expects and possible tools and frameworks that can be used to develop this app.
- install the latest Node and NPM
https://nodejs.org
- install Angular CLI
npm install -g @angular/cli
- install electron globally
npm install -g electron
- install project dependencies
cd pad
and thennpm install
ng build
ng serve
npm run electron