Skip to content

Commit 407ef57

Browse files
committed
Add create-react-router CLI
1 parent 8a5cf09 commit 407ef57

40 files changed

+6070
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
extends: "../../.eslintrc.js",
3+
rules: {
4+
// we have an example where we need this
5+
"no-undef": 0,
6+
},
7+
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# create-react-router
2+
3+
Create a new React Router app.
4+
5+
```sh
6+
npx create-react-router
7+
```

0 commit comments

Comments
 (0)