A simple Markdown notebook application built using React.js for the view layer and Hoodie as the backend as a service (BaaS). The app was created as a demonstration of several patterns for using a BaaS tool like Hoodie.
git clone git@github.com:jakepeyser/hoodie-notes.git
cd hoodie-notes
yarn
yarn buildThis will copy the project to your local machine and install all runtime and build dependencies.
After the dependencies are installed, transpile and bundle the front end code into the /public folder with webpack.
$ yarn start
> hoodie-notes@1.0.0 start /hoodie-notes
> hoodie
🐶 Your Hoodie app has started on: http://localhost:8080
Stop server with control + cThis command will start the hoodie server. Go to localhost:8080 in your browser to start playing around with the app!
