Go to file
Maximilian Schneider 6dcbdc89db display yes vote threshold & mngo tokens 2021-08-19 02:27:31 +02:00
.husky
@types load proposals for realm and display as list 2021-08-18 13:57:01 +02:00
components display yes vote threshold & mngo tokens 2021-08-19 02:27:31 +02:00
hooks load proposals for realm and display as list 2021-08-18 13:57:01 +02:00
idls Updates incoming (#9) 2021-08-09 21:47:19 +02:00
models add governance classes and fetch proposals 2021-08-17 01:23:47 +02:00
pages display yes vote threshold & mngo tokens 2021-08-19 02:27:31 +02:00
public redeem-updates (#18) 2021-08-12 01:11:02 +02:00
stores display yes vote threshold & mngo tokens 2021-08-19 02:27:31 +02:00
styles
test
tools add governance classes and fetch proposals 2021-08-17 01:23:47 +02:00
utils add governance classes and fetch proposals 2021-08-17 01:23:47 +02:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc
README.md
jest.config.js
netlify.toml
next-env.d.ts
next.config.js
package.json add governance classes and fetch proposals 2021-08-17 01:23:47 +02:00
postcss.config.js
tailwind.config.js Updates incoming (#9) 2021-08-09 21:47:19 +02:00
tsconfig.json
yarn.lock add governance classes and fetch proposals 2021-08-17 01:23:47 +02:00

README.md

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).