Jaime Ramírez
2020-06-01 d354ea8f63364c11bb6e9a118345ac881797d6ec
commit | author | age
793310 1 # Adopt-A-Pup React WebApp
03aa62 2
793310 3 **IN PROGRESS**
03aa62 4
793310 5 This is the frontend application that displays data from our ADOPT-A-PUP application.
JR 6
7 The entry point is at `src/index.tsx`.
03aa62 8
JR 9 # Documentation
10
11 This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
12
13 ## Available Scripts
14
15 In the project directory, you can run:
16
793310 17 ### `npm start`
03aa62 18
JR 19 Runs the app in the development mode.<br />
20 Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
21
22 The page will reload if you make edits.<br />
23 You will also see any lint errors in the console.
24
793310 25 ### `npm test`
03aa62 26
JR 27 Launches the test runner in the interactive watch mode.<br />
28 See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
29
793310 30 ### `npm build`
03aa62 31
JR 32 Builds the app for production to the `build` folder.<br />
33 It correctly bundles React in production mode and optimizes the build for the best performance.
34
35 The build is minified and the filenames include the hashes.<br />
36 Your app is ready to be deployed!
37
38 See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
39
793310 40 ### `npm eject`
03aa62 41
JR 42 **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
43
44 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.
45
46 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.
47
48 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.
49
50 ## Learn More
51
52 You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
53
54 To learn React, check out the [React documentation](https://reactjs.org/).
55
56 ### Code Splitting
57
58 This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
59
60 ### Analyzing the Bundle Size
61
62 This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
63
64 ### Making a Progressive Web App
65
66 This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
67
68 ### Advanced Configuration
69
70 This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
71
72 ### Deployment
73
74 This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
75
793310 76 ### `npm build` fails to minify
03aa62 77
JR 78 This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify