Skip to content

PC-RobinHood/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

🎗 Notes — Getting Set up

Make sure you have node installed. If not download and install node.

→ STEP #1: Install NodeJS & NPM

After installing NodeJS you can verify the install of both NodeJS and Node Package Manager by typing the following commands. This step needs to be followed only once i.e. if you don't have NodeJS installed. No need to repeat it ever again.

node -v
# v10.16.3

npm -v
# 6.10.3

→ Step #2. Clone and Install

# Clone the repo
git clone https://github.com/PC-RobinHood/notes.git

# Navigate to clonned folder and Install dependencies
cd notes && yarn install

→ Step #3. Begin & Test

# Start the app
yarn start

License

MIT

About

Take notes, edit your notes & delete them when your done. Secure data communication to your personal database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors