whamester / OutsafeBC

1 stars 1 forks source link

WMDD-4885-Project

Install app banner

This banner is only visible when you run https or localhost in a mobile device.

Map Library - Leaflet

https://leafletjs.com/examples/quick-start/

Repositoy Structure

Feature Folder

[name-of-the-feature] (snake case)
- style.css (import variables and global styles in the feature css file)
- script.js
- index.html (import features css file and feature js file)

Working with a feature structure means that every feature folder will have the js and css related only to the specific feature

Global files

Naming Conventions

Javascript

All file names: Lowercase hyphenated (Unless specified otherwise)

CSS

HTML