Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created November 19, 2018 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phoen1x84/a89bc1b250577fb1db27c53859324bfc to your computer and use it in GitHub Desktop.
Save Phoen1x84/a89bc1b250577fb1db27c53859324bfc to your computer and use it in GitHub Desktop.
Sitecore Helix For Frontend - A Sitecore User Group Tale
src
Feature
products
code
src
products
__tests__
// tests here
scripts
// scripts here
index.js
Views
Foundation
// nothing in here yet
Project
Commercial.Website
code
dist
src
app
feature
products
__mocks__
// mocks here
__tests__
// tests here
scripts
// scripts here
styles
// scss partials here
index.js
index.scss
foundation
// foundation files here such as breakpoints, variables, placeholders etc...
app.js
app.scss
Residential.Website
code
dist
src
app
feature
products
__mocks__
// mocks here
__tests__
// tests here
scripts
// scripts here
styles
// scss partials here
index.js
index.scss
foundation
// foundation files here such as breakpoints, variables, placeholders etc...
app.js
app.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment