Steps to get started:
npm install
npm run preflight
to make sure everything is running correctly
npm run web
to start web server. Open http://localhost/3000 in a web browser.
All file names will be snake cased, for example:
my_page.html
blue_component.jsx
We will use camel case keys and values, for example:
{ "myKey": "myValue" }
We will use kebab case for github repos:
olioapps-repo
Unless there is no choice, single quotes for strings.
We will use kebab case for url paths
/olioapps-path