TheoryOfNekomata a51202635a | пре 1 година | |
---|---|---|
.. | ||
public | пре 1 година | |
src/pages | пре 1 година | |
.eslintrc.json | пре 1 година | |
.gitignore | пре 1 година | |
README.md | пре 1 година | |
next.config.js | пре 1 година | |
package.json | пре 1 година | |
tsconfig.json | пре 1 година | |
yarn.lock | пре 1 година |
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
.