Offline Notepad created with Nw.js, NeDB and ReactJS.
First clone the repository:
# Clone this repository
git clone https://github.com/Windows87/react-notes
# Go into repository
cd react-notes
Start the react app:
# Install dependencies
npm install
# Start
npm start
Start NW.js:
# Install NWjs
npm install -g nw
# Start
nw .