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