/note-app

Note taking app using node

Primary LanguageJavaScript

note-app

Simple note app using node.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • node
  • npm
npm install

Installing

  1. Clone the repo
git clone https://github.com/21x37/note-app.git
  1. Run npm install inside project root
npm install
  1. Start the server
npm run start
  1. Explore
Enjoy :)