GitHunt
JA

jakepeyser/hoodie-notes

A Markdown notebook built with React and Hoodie

hoodie-notes

Build Status

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.

Running the app

Prerequisites

Install and Build

git clone git@github.com:jakepeyser/hoodie-notes.git
cd hoodie-notes
yarn
yarn build

This 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.

Running the app

$ yarn start
> hoodie-notes@1.0.0 start /hoodie-notes
> hoodie

๐Ÿถ  Your Hoodie app has started on: http://localhost:8080
Stop server with control + c

This command will start the hoodie server. Go to localhost:8080 in your browser to start playing around with the app!

Languages

JavaScript74.2%CSS23.7%HTML2.0%

Contributors

Created June 25, 2017
Updated September 8, 2023