Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 340 Bytes

EC-API

Es handelt sich um eine API für den EC-Nordbund (https://www.ec-nordbund.de) die von Sebastian Krüger und Tobias Krause entwickelt wird.

Befehle

# Installieren der Packete:
yarn

# Linten des Codes
yarn lint
# oder
yarn lint --fix

# Builden des codes
yarn build

# Typechecking
yarn types

# Starten
yarn start