Skip to content

Commit

Permalink
fluent example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Feb 21, 2024
1 parent 8334298 commit 7e2c55b
Show file tree
Hide file tree
Showing 15 changed files with 17,949 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/react-fluent/.env
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
21 changes: 21 additions & 0 deletions example/react-fluent/.gitignore
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit 7e2c55b

Please sign in to comment.