Skip to content

Commit

Permalink
temel ssr ayarları yapıldı
Browse files Browse the repository at this point in the history
  • Loading branch information
oyilmaztekin committed Jan 25, 2019
1 parent 67dd76d commit 0862dbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ node_modules
npm-debug.log

# webpack output
website/static/*/build
website/build
.next/

# testing
coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Haberi Yakala SSR Front End Projesi
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"next": "^7.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}
3 changes: 3 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default () => <h1>
Haberi Yakala SSR Test
</h1>

0 comments on commit 0862dbb

Please sign in to comment.