This is a frontend for Divvun's GraphQL dictionary and term api backend.
This project was bootstrapped with Create React App.
The app is developed using the javascript frameworks React and Redux.
Individual UI components and screens are developed using Storybook.
For those new to these frameworks, these are fine starting points for
- React
- Redux
- Storybook
Install all dependencies
yarn install
Start up the app:
yarn start
A browser with the app will appear, the url is http://localhost:3000
Start up the testing framework
yarn test
You will see the test results in the terminal window
Start up Storybook:
yarn run storybook
Tests are found in *.test.js
, code that makes UI elements appear in the
storybook is found in *.stories.js