Browse Source

rename of the project

master
ChiefRed 3 years ago
parent
commit
db889684ed
3 changed files with 22 additions and 17 deletions
  1. +21
    -0
      README.md
  2. +1
    -1
      package.json
  3. +0
    -16
      react-formik-tailwind-labwork.code-workspace

+ 21
- 0
README.md View File

@@ -1,3 +1,24 @@

This is just a technology testing project based on Create React App and TailwindCSS.

- Formik and Yup — are used for forms handling
- react-google-recaptcha — only client-side integration is presented
- @tailwindcss/forms, tailwindcss-filters, framer-motion — popup and forms styling
- @cucumber/cucumber and puppeteer — for acceptance tests working off


### Added scripts

- build:css — build styles based on TailwindCSS
- watch:css — build styles based on TailwindCSS and watch for changes of the source file
- acct — run acceptance tests

---

Original CRA readme below

---

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

+ 1
- 1
package.json View File

@@ -1,5 +1,5 @@
{
"name": "react-formik-tailwind-labwork",
"name": "popup-forms-react",
"version": "0.1.0",
"private": true,
"homepage": ".",

+ 0
- 16
react-formik-tailwind-labwork.code-workspace View File

@@ -1,16 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../cucumber-and-puppeteer"
},
{
"path": "../../vodb/www/local/templates/akatan/react"
}
],
"settings": {
"liveServer.settings.multiRootWorkspaceName": "react-formik-tailwind-labwork"
}
}

Loading…
Cancel
Save