Go to file
Maximilian Schneider 5eaf63bfe6 refactor all buttons to work with new button preset 2021-07-15 03:16:49 +02:00
.husky only format staged files on pre-commit and lint & type-check on push 2021-04-27 12:32:48 +03:00
@types update ido-pool & anchor versions and implement account loading 2021-07-02 01:18:25 +02:00
components refactor all buttons to work with new button preset 2021-07-15 03:16:49 +02:00
hooks fix layout for side panel 2021-07-07 13:37:12 +02:00
idls connect to devnet contract 2021-07-05 01:18:19 +02:00
pages refactor all buttons to work with new button preset 2021-07-15 03:16:49 +02:00
public add some gradients to the layout 2021-07-08 09:51:24 +02:00
stores add new pool to retest redemption 2021-07-14 01:18:31 +02:00
styles vault stats styling 2021-07-07 00:12:56 +10:00
test satisfy linting errors 2021-04-27 12:28:04 +03:00
utils add vault stats to contribution modal (#2) 2021-07-05 16:51:32 +02:00
.babelrc slider styling, support for tailwind classes in styled components 2021-04-29 00:51:11 +10:00
.eslintignore
.eslintrc.json fix all eslint warnings 2021-07-05 14:46:02 +02:00
.gitignore
.prettierignore enable css processing 2021-04-25 19:15:06 +03:00
.prettierrc
README.md
jest.config.js
netlify.toml update netlify toml to use yarn 2021-07-05 15:09:54 +02:00
next-env.d.ts
next.config.js [wip] add anchor & ido-pool program 2021-05-05 15:02:16 +03:00
package.json vault stats styling 2021-07-07 00:12:56 +10:00
postcss.config.js enable css processing 2021-04-25 19:15:06 +03:00
tailwind.config.js [wip] refactor button styles 2021-07-14 22:10:53 +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).