This repository is the work of SII at the WWU Münster (WiSe 20/21)
To make sure everything is running fine, install following software on your operating system. You will find the used version of each tool. Feel free to use other versions but there is no guarantee that no further problems will arise. What you need:
- nodeJS (v12.16.3)
To get the app running after cloning or downloading it, make sure, that all fileconnections are correct.
Then change to the console and navigate to the repositorys folder. Then run:
npm install
and
npm run dev
Go to localhost:9000 in your favourite browser and see the resulting application.
https://code.visualstudio.com/docs/editor/github
- TODO Highlight
- ESLint
- GitHub
- Prettier
- Wrap Console Log
https://reactjs.org/tutorial/tutorial.html https://www.w3schools.com/react/
https://react-bootstrap.github.io/components/alerts
https://redux.js.org/introduction/getting-started ( Redux is for setting up a so called store and working with actions and reducers to handle states easily)
https://webpack.js.org/concepts/ https://hacksoft.io/split-your-webpack-configuration-development-and-production/ (a bit different to my result but could be interesting anyway)