Skip to content

Commit

Permalink
#7 🚧 Set a React project
Browse files Browse the repository at this point in the history
- Made project by npm create-react-app .
- Replaced Original files
(to Index.html & style.css made by @SarveshDandapati)
  • Loading branch information
hyerimYeom committed Apr 19, 2022
1 parent b68c1ef commit 7f0615f
Show file tree
Hide file tree
Showing 18 changed files with 27,556 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# 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*
Loading

0 comments on commit 7f0615f

Please sign in to comment.