dgilfoy / afterdeployment-all-topics

All of the Afterdeployment Topics in one PWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AfterDeployment Topics (all) - one codebase

Demo

Primary modules used (check 'em out)

Recommended Tutorials/Prerequisites

Installation

npm install

Development

Run In Development mode

npm start

App should be running in http://localhost:8080

When you make changes a watcher will rebuild the app and you may need to refresh the page to see the changes.

Building

npm run build

Running the build (having already run npm run build)

npm run serve

Overview

Data

The static data used in this app is stored in src/res/data. Images are in src/res/images. I could've stored the static data in a redux store as I've done in the past.

Some non-static data is stored using redux store. For example the assessment results.

Containers (Container Components)

Containers

Data is fed to the app and its various components from container components in the src/containers directory.

Components (Presentation Components)

Components

In the src/components directory are the Presentation components. The goal of these components is that they are supposed to be "dumb" and reusable.

About

All of the Afterdeployment Topics in one PWA


Languages

Language:TypeScript 98.9%Language:JavaScript 0.9%Language:HTML 0.1%Language:CSS 0.0%