Simple standalone notes web app built with ReactJS and Express.
Node and npm are required to install and run this project.
- Open terminal and navigate to where you want the project to reside.
- Clone the repo by running 'git clone https://github.com/bbehnke/notes.git'.
- Navigate to the new folder 'notes' that was just cloned.
- Run 'npm install'.
- Run 'npm start'.
Once the webpack dev server has started it will open your default browser and load the application.
Run the command 'npm test' to run jest unit testing.