/hsleiden-ipsenh-front

Frontend app for IPSENH API written in React bootstrap by create-react-app

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Docker Pulls Docker Stars

IPSENH Front

Dit is een React frontend voor het IPSENH project.

Getting started

# Start react met server at localhost:9000
$ npm start
# Or when using yarn
$ yarn start 

# Run tests
$ npm test
# Or when using yarn
$ yarn test

Linting/formatting

Use the Prettier formatter and the VSCode plugin

Otherwise use the format command

$ yarn run format

For more info about how to use this react app and its tools check REACT.md