Skip to content

Commit 45af88f

Browse files
committed
React Router application setup
1 parent ffe3c0d commit 45af88f

File tree

6 files changed

+553
-36
lines changed

6 files changed

+553
-36
lines changed

craco.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// craco.config.js
2+
module.exports = {
3+
style: {
4+
postcss: {
5+
plugins: [
6+
require('tailwindcss'),
7+
require('autoprefixer'),
8+
],
9+
},
10+
},
11+
}

0 commit comments

Comments
 (0)