Next-GraphQL-Blog
๐ A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- commentPost.js
- likePost.js
- deletePost.js
- writePost.js
- login.js
- signup.js
- updateUser.js
- allPosts.js
- getCurrentUser.js
- newComment.js
- newLike.js
- newPost.js
- constants.js
- CommentList.js
- FeedList.js
- FeedLoader.js
- GoogleLoginButton.js
- HeadData.js
- LoadPendingButton.js
- nav.js
- PostCard.js
- SearchForm.js
- StyledSignForm.js
- alerts.js
- gtag.js
- init-apollo.js
- isAuth.js
- parseError.js
- privatePage.js
- sitemapAndRobots.js
- with-apollo-client.js
- withUser.js
- _app.js
- _document.js
- callback.js
- index.js
- login.js
- new-post.js
- profile.js
- signup.js
- icon-128x128.png
- icon-144x144.png
- icon-152x152.png
- icon-192x192.png
- icon-384x384.png
- icon-512x512.png
- icon-72x72.png
- icon-96x96.png
- alertdefault.css
- alertjelly.css
- blog-placeholder.jpg
- favicon.ico
- manifest.json
- nprogress.css
- robots.txt
- .babelrc
- .gitignore
- context.js
- index.js
- next.config.js
- now.json
- package.json
- yarn.lock
- google.js
- Comment.js
- Like.js
- Post.js
- User.js
- index.js
- index.js
- multiple.js
- queryLoader.js
- single.js
- index.js
- login.js
- signup.js
- commentPost.js
- index.js
- index.js
- likePost.js
- deletePost.js
- index.js
- writePost.js
- index.js
- updateUser.js
- index.js
- index.js
- user.js
- commentedBy.js
- index.js
- post.js
- index.js
- likedBy.js
- post.js
- allPosts.js
- comments.js
- index.js
- likes.js
- postById.js
- postedBy.js
- allUsers.js
- comments.js
- currentUser.js
- index.js
- likes.js
- posts.js
- index.js
- index.js
- newComment.js
- newLike.js
- newPost.js
- index.js
- Auth.js
- Comment.js
- index.js
- Like.js
- Post.js
- User.js
- index.js
- .babelrc
- .gitignore
- backpack.config.js
- index.js
- now.json
- package.json
- yarn.lock
- .gitignore
- blog-preview.PNG
- LICENSE
- README.md
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/Alexloof/Next-GraphQL-Blog
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd Next-GraphQL-Blog
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
yarn install
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
yarn dev
๊ฐ๋ฐ/์คํ ์๋ฒ๋ฅผ ์ผญ๋๋ค.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
