Prerequisite: This UI requires the LATEST note-service to be running. Download it here: https://github.com/tapatio/note-service
- git clone https://github.com/tapatio/note-ui.git
- npm update
- npm install
- npm run start
- open your browser and navigate to http://localhost:8080
- npm run test
The UI provides the following features:
- List all stored notes.
- Create a new note.
- Delete an existing note.
- Node v10.15.0
- NPM v6.4.1