Skip to content

olawanlejoel/Quasar-notes-app

Repository files navigation

Notewrite (notewrite)

A simple app that allows users store notes. Read this article, to understand how to build this from scratch.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.