showing results for - "tailwind css react craco package json"
Gregory
03 Jun 2019
1  {
2    // ...
3    "scripts": {
4-     "start": "react-scripts start",
5-     "build": "react-scripts build",
6-     "test": "react-scripts test",
7+     "start": "craco start",
8+     "build": "craco build",
9+     "test": "craco test",
10      "eject": "react-scripts eject"
11    },
12  }