TheoryOfNekomata a51202635a | há 1 ano | |
---|---|---|
.. | ||
public | há 1 ano | |
src/pages | há 1 ano | |
.eslintrc.json | há 1 ano | |
.gitignore | há 1 ano | |
README.md | há 1 ano | |
next.config.js | há 1 ano | |
package.json | há 1 ano | |
tsconfig.json | há 1 ano | |
yarn.lock | há 1 ano |
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
.