repository to manage all files for 1_2_oder_3 interaction game for Inf2/2 Interaktionen SoSe23 from Engert, Caliskan and Bachiri
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Getting Started with Create React App
  2. This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
  3. ## Available Scripts
  4. In the project directory, you can run:
  5. ### `npm start`
  6. Runs the app in the development mode.\
  7. Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
  8. The page will reload when you make changes.\
  9. You may also see any lint errors in the console.
  10. ### `npm test`
  11. Launches the test runner in the interactive watch mode.\
  12. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
  13. ### `npm run build`
  14. Builds the app for production to the `build` folder.\
  15. It correctly bundles React in production mode and optimizes the build for the best performance.
  16. The build is minified and the filenames include the hashes.\
  17. Your app is ready to be deployed!
  18. See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
  19. ### `npm run eject`
  20. **Note: this is a one-way operation. Once you `eject`, you can't go back!**
  21. If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
  22. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
  23. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
  24. ## Learn More
  25. You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
  26. To learn React, check out the [React documentation](https://reactjs.org/).
  27. ### Code Splitting
  28. This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
  29. ### Analyzing the Bundle Size
  30. This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
  31. ### Making a Progressive Web App
  32. This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
  33. ### Advanced Configuration
  34. This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
  35. ### Deployment
  36. This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
  37. ### `npm run build` fails to minify
  38. This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)