Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 696 Bytes

Formstack Assignment

To Run

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

To Test

yarn test

To type check

yarn run flow status

Launches the test runner in the interactive watch mode

Folder Structure

All relevant code is in the src folder. The components folder holds all presentational component code. The container folder contains all container component code. The redux folder contains all code relevant to redux including actions, reducers, selectors (using Reselect), and initial state. The types folder holds all flow types.