README.rst 2.1 KB

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