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