Answers for "tailwind css react craco package.json"

0

tailwind css react craco package.json

{
    // ...
    "scripts": {
-     "start": "react-scripts start",
-     "build": "react-scripts build",
-     "test": "react-scripts test",
+     "start": "craco start",
+     "build": "craco build",
+     "test": "craco test",
      "eject": "react-scripts eject"
    },
  }
Posted by: Guest on August-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language