Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

olioapps/ui_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olio Skeleton

React - Redux

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.

Olio Naming Conventions

File name conventions

All file names will be snake cased, for example:

my_page.html blue_component.jsx

JSON conventions

We will use camel case keys and values, for example:

{ "myKey": "myValue" }

GitHub repo naming convention

We will use kebab case for github repos:

olioapps-repo

Quotes policy

Unless there is no choice, double quotes for strings.

URL Path Conventions

We will use kebab case for url paths /olioapps-path

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •