Skip to content

Commit 4f4b168

Browse files
authored
Merge pull request #5 from karpolan/react-router-v6-and-move-to-npm
React router v6, move from yarn to npm
2 parents 061e3bb + 48f363d commit 4f4b168

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+34235
-12354
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
REACT_APP_VERSION = $npm_package_version
2+
REACT_APP_URL_API = http://localhost:3030/api

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*.test.*
2+
**/*.spec.*

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
build
3+
public
4+
out
5+
styles

0 commit comments

Comments
 (0)