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