/SimpleNotes

An extension for simple note taking in markdown with online backup functionatily

Primary LanguageTypeScript

SimpleNotes

An extension for simple note taking in markdown with online backup functionatily

Commands to develop this application

For WSL the sudo permission was necessary

<sudo> npm init -y
npm install --save-dev @types/chrome
npm install --save-dev webpack webpack-cli
npm install --save-dev copy-webpack-plugin
npm install --save-dev typescript ts-loader
npm install --save-dev @types/react @types/react-dom
npm install react react-dom
npm install aws-amplify @aws-amplify/ui-react

Initial configuration made as suggested in here.

Testing

npm run build-watch

Tutorials