/satni-frontend

This is a React frontend for Divvun's GraphQL dictionary and term api backend.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Satni.org frontend

This is a frontend for Divvun's GraphQL dictionary and term api backend.

Build Status

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

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