This is just a technology testing project based on Create React App and TailwindCSS
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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. This is just a technology testing project based on Create React App and TailwindCSS.
  2. - Formik and Yup — are used for forms handling
  3. - react-google-recaptcha — only client-side integration is presented
  4. - @tailwindcss/forms, tailwindcss-filters, framer-motion — popup and forms styling
  5. - @cucumber/cucumber and puppeteer — for acceptance tests working off
  6. ### Scripts added
  7. - build:css — build styles based on TailwindCSS
  8. - watch:css — build styles based on TailwindCSS and watch for changes of the source file
  9. - acct — run acceptance tests
  10. ---
  11. Built App: https://chiefred.com/sandbox/popup-forms-react/
  12. ---
  13. Original CRA readme below
  14. ---
  15. This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
  16. ## Available Scripts
  17. In the project directory, you can run:
  18. ### `yarn start`
  19. Runs the app in the development mode.<br />
  20. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
  21. The page will reload if you make edits.<br />
  22. You will also see any lint errors in the console.
  23. ### `yarn test`
  24. Launches the test runner in the interactive watch mode.<br />
  25. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
  26. ### `yarn build`
  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. The build is minified and the filenames include the hashes.<br />
  30. Your app is ready to be deployed!
  31. See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
  32. ### `yarn eject`
  33. **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
  34. 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.
  35. 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.
  36. 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.
  37. ## Learn More
  38. You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
  39. To learn React, check out the [React documentation](https://reactjs.org/).
  40. ### Code Splitting
  41. This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
  42. ### Analyzing the Bundle Size
  43. This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
  44. ### Making a Progressive Web App
  45. This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
  46. ### Advanced Configuration
  47. This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
  48. ### Deployment
  49. This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
  50. ### `yarn build` fails to minify
  51. This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify