atticus-www
v0.0.1
Published
The website application hosted at www.atticus.com
Downloads
2
Readme
www
The website application hosted at www.atticus.com
Overview
Folder Structure
tests
= folder that holds the jest tests for the applicationsrc
= this is where all of the client side components for the application livecomponents
= holds all of the shared components for each page of the sitecomponents/icons
= deprecated as this was moved to thereact-component
librarycomponents/sections
= this folder holds all of the basic lego blocks that are useconstants
= this folder holds all of the constants for the pagedata
= this folder holds all of the JSON files that build the siteshelpers
= this folder holds all of the helper function filespages
= this folder is where all of the pages for the site areroutes
= this folder holds thelazyLoad.tsx
this file controlls what routes are shown and what page component gets loadedscss
= 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