0.0.1 • Published 2 years ago

atticus-www v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

www

The website application hosted at www.atticus.com

Overview


Folder Structure


  • tests = folder that holds the jest tests for the application

  • src = this is where all of the client side components for the application live

    • components = holds all of the shared components for each page of the site
    • components/icons = deprecated as this was moved to the react-component library
    • components/sections = this folder holds all of the basic lego blocks that are use
    • constants = this folder holds all of the constants for the page
    • data = this folder holds all of the JSON files that build the sites
    • helpers = this folder holds all of the helper function files
    • pages = this folder is where all of the pages for the site are
    • routes = this folder holds the lazyLoad.tsx this file controlls what routes are shown and what page component gets loaded
    • scss = this folder is where all the global styles/function live
  • server = this is where the SSR is setup for the application

Useful Commands

To run the app locally without SSR and hot reloading:

yarn start:dev

To run the app locally with SSR no hot reloading:

yarn start:prod