Basic SSG scrapping and client-side routing

This commit is contained in:
David
2021-03-10 01:16:52 +01:00
parent 5a512c3d7f
commit d5c87d1550
4 changed files with 233 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
"start": "next start"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"next": "10.0.8",
"react": "17.0.1",
"react-dom": "17.0.1"