strichliste / strichliste-web-frontend

Strichliste Web-Frontend
https://demo.strichliste.org
Other
8 stars 12 forks source link
react redux responsive strichliste typescript

Strichliste Web Frontend Build Status

SPA Frontend for the Strichliste project

Getting Started

This project is build with typescript, react, redux, emotion and create-react-app.

Prerequisites

You have to use yarn to build this project.

Installing

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.

Contributing / FAQ

Commit Messages

please follow the angular commit message guidlines

Ui Component Framework

all basic components are found inside the src/bricks folder. (Lego pun intended)

End 2 End Tests

We do have e2e tests with cypress check our test repo