Skip to content

This repository is the work of Group 2 for GI in Society at the WWU Münster (WiSe 20/21)

Notifications You must be signed in to change notification settings

LukasBaecker/FoodWaste

Repository files navigation

FoodWaste

This repository is the work of Group 2 for GI in Society at the WWU Münster (WiSe 20/21)

Prerequisites

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)

Installing

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.

Tutorials

Github in VisualStudio Code

https://code.visualstudio.com/docs/editor/github

some interesting VS Code extensions to download:

  • TODO Highlight
  • ESLint
  • GitHub
  • Prettier
  • Wrap Console Log

React

https://reactjs.org/tutorial/tutorial.html https://www.w3schools.com/react/

React Bootstrap

https://react-bootstrap.github.io/components/alerts

Redux

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)

SCSS

https://sass-lang.com/guide

Webpack

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)

About

This repository is the work of Group 2 for GI in Society at the WWU Münster (WiSe 20/21)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published