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