-
Notifications
You must be signed in to change notification settings - Fork 3
Development Notes
Rick Waldron edited this page Nov 5, 2020
·
1 revision
This project uses React's class based model.
The data store is provided by Redux, with Redux Thunk middleware (all actions have asynchronous dispatch).
The UI framework is provided by Semantic UI React, however the project uses the Fomantic UI stylesheet.
- client (actions, components, hocs, reducers, utils)
yarn test
yarn watch
- server (endpoints)
-
yarn test
- This will be run in a different db env called "test"
-
yarn watch
- This will be run in a different db env called "test"
-
- root (all)
yarn test