Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 395 Bytes

File metadata and controls

27 lines (17 loc) · 395 Bytes

Notey

A note taking application based on Redux

Pre installation

To run this project locally you'll need NodeJS version 4.4.5.

Using NVM

# if you haven't got Node v4.4.5 installed
nvm install

# if you have got Node v4.4.5 installed
nvm use

Installation

Dependencies are installed via npm. It's recommended you upgrade to v3.

npm install -g npm@3
npm install