README.md (3071B)
1 # Note 2 This project is archived. Please use [time-convertor-ts](https://github.com/acagastya/time-convertor-ds) instead, which is implemented in TypeScript and has newer features. 3 4 --- 5 6 This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). 7 8 ## Available Scripts 9 10 In the project directory, you can run: 11 12 ### `yarn start` 13 14 Runs the app in the development mode.<br /> 15 Open [http://localhost:3000](http://localhost:3000) to view it in the browser. 16 17 The page will reload if you make edits.<br /> 18 You will also see any lint errors in the console. 19 20 ### `yarn test` 21 22 Launches the test runner in the interactive watch mode.<br /> 23 See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. 24 25 ### `yarn build` 26 27 Builds the app for production to the `build` folder.<br /> 28 It correctly bundles React in production mode and optimizes the build for the best performance. 29 30 The build is minified and the filenames include the hashes.<br /> 31 Your app is ready to be deployed! 32 33 See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. 34 35 ### `yarn eject` 36 37 **Note: this is a one-way operation. Once you `eject`, you can’t go back!** 38 39 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. 40 41 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. 42 43 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. 44 45 ## Learn More 46 47 You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). 48 49 To learn React, check out the [React documentation](https://reactjs.org/). 50 51 ### Code Splitting 52 53 This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting 54 55 ### Analyzing the Bundle Size 56 57 This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size 58 59 ### Making a Progressive Web App 60 61 This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app 62 63 ### Advanced Configuration 64 65 This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration 66 67 ### Deployment 68 69 This section has moved here: https://facebook.github.io/create-react-app/docs/deployment 70 71 ### `yarn build` fails to minify 72 73 This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify