Skip to content

Commit

Permalink
🎉 프로젝트 초기 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
romantech committed Nov 12, 2021
0 parents commit cf7527e
Show file tree
Hide file tree
Showing 17 changed files with 38,827 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
API_KEY = #뉴욕타임즈 API KEY
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# SEARCH NY-TIMES
8 changes: 8 additions & 0 deletions babel-plugin-macros.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const isDev = process.env.NODE_ENV !== 'production';

module.exports = {
styledComponents: {
fileName: isDev,
displayName: isDev,
},
};
Loading

0 comments on commit cf7527e

Please sign in to comment.