Skip to content

nec/nevernote-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo


Application for text notes


screenshot


Installation

install

npm i

or

yarn

Run server

npm run db

or

yarn db

Run client

start client in another terminal

npm run start

or

yarn start