Go to file
Maximilian Schneider ceb21e7c8e
Merge pull request #7 from blockworks-foundation/new-branch
conflict resolved
2021-07-28 09:59:44 +02:00
.husky
@types fix problem in wallet state mgmt 2021-07-16 13:52:34 +02:00
components format all & set prod base url 2021-07-28 09:39:59 +02:00
hooks override timing for announcement without deployed pool contract 2021-07-28 07:44:57 +02:00
idls switch to new governance test 2021-07-24 15:14:49 +02:00
pages format all & set prod base url 2021-07-28 09:39:59 +02:00
public replace with zoomed out card 2021-07-28 09:34:56 +02:00
stores format all & set prod base url 2021-07-28 09:39:59 +02:00
styles vault stats styling 2021-07-07 00:12:56 +10:00
test
utils fix compile error 2021-07-16 15:54:35 +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 vault stats styling 2021-07-07 00:12:56 +10:00
postcss.config.js
tailwind.config.js format all & set prod base url 2021-07-28 09:39:59 +02:00
tsconfig.json
yarn.lock vault stats styling 2021-07-07 00:12:56 +10: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).