Minimalist notepad built using only plain JS with a Model View Controller pattern. Notes are saved to local storage.
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodnode dist/bundle.jsMade with createapp.dev