/notepad

A simple web application for keeping self notes

Primary LanguageJavaScriptMIT LicenseMIT

Notepad

A simple web application for keeping self notes.

Developed with ReactJS and Flask.

Installation

Backend

  • Install the required dependencies defined in requirements.txt
  • Deploy the backend by running python app.py or
  • Deploy the backend with a server using notepad.wsgi

Frontend

  • Install the required dependencies defined in package.json
  • Set your backend URL in config.js
  • Deploy a development build by running npm start or
  • Add the homepage of your notepad in package.json
  • Create a build by running npm run build

License

Notepad is licensed under MIT. See LICENSE for more information.