Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.41 KB

Strichliste Web Frontend Build Status

SPA Frontend for the Strichliste project

Prebuild production version

A prebuilded production version with bundled front- and backend of the project can be found at strichliste-docker

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

export NODE_OPTIONS=--openssl-legacy-provider
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

where are the components from ? All basic building bricks are extracted to their own repo -> bricks-of-sand