Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 441 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 441 Bytes

note-app

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Starting the server to generate data

node index.js

The technologies that were used