SPA Frontend for the Strichliste project
This project is build with typescript, react, redux, emotion and create-react-app.
You have to use yarn to build this project.
Fetch all dependencies by
yarn install
Start the development server by
yarn start
Build the project by
yarn build
the output will be copied to the dist folder.
please follow the angular commit message guidlines
all basic components are found inside the src/bricks
folder. (Lego pun intended)
We do have e2e tests with cypress check our test repo