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