TheoryOfNekomata a51202635a | 1 рік тому | |
---|---|---|
.. | ||
public | 1 рік тому | |
src/pages | 1 рік тому | |
.eslintrc.json | 1 рік тому | |
.gitignore | 1 рік тому | |
README.md | 1 рік тому | |
next.config.js | 1 рік тому | |
package.json | 1 рік тому | |
tsconfig.json | 1 рік тому | |
yarn.lock | 1 рік тому |
The setup for Next can be found in src/pages/_app.tsx for the initialization and src/pages/_document.tsx for collecting styles for server-side rendering. Actual usage can be found in src/pages/index.tsx.
Install dependencies and run the example, which can be viewed on http://localhost:3000
.