An offline application for taking notes.
- Homepage displays all notes
- A page for editing and saving notes
- Store notes in localStorage
Development
# Install dependencies
npm i
# Start webpack server
npm start
# Open dist/index.htmlBuild
# Create production build
npm run buildTBD