Initialize project using Create React App

This commit is contained in:
Christian Medina
2024-08-26 19:56:50 -04:00
committed by Christian Medina
commit 51da011d12
83 changed files with 22109 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
# environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# storybook
*storybook.log