Skip to content

Instantly share code, notes, and snippets.

View nils-jansen's full-sized avatar

Nils Jansen nils-jansen

View GitHub Profile
@nils-jansen
nils-jansen / cosmos.config.json
Last active March 5, 2022 12:52
react-cosmos config for projects using create-react-app and tailwindcss
{
"$schema": "http://json.schemastore.org/cosmos-config",
"port": 3001,
"webpack": {
"configPath": "react-scripts/config/webpack.config"
},
"staticPath": "public",
"watchDirs": ["src"],
"globalImports": ["src/index.css"]
}