SPA Frontend for the Strichliste project
A prebuilded production version with bundled front- and backend of the project can be found at strichliste-docker
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
export NODE_OPTIONS=--openssl-legacy-provider
yarn start
Build the project by
yarn build
the output will be copied to the dist folder.
please follow the angular commit message guidlines
where are the components from ? All basic building bricks are extracted to their own repo -> bricks-of-sand