Go to file
Maximilian Schneider d64014d596 fix all eslint warnings 2021-07-05 14:46:02 +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 fix all eslint warnings 2021-07-05 14:46:02 +02:00
hooks connect to devnet contract 2021-07-05 01:18:19 +02:00
idls connect to devnet contract 2021-07-05 01:18:19 +02:00
pages fixed theme, connect wallet from modal, get usdc balance, styling 2021-04-27 23:47:52 +10:00
public fixed theme, connect wallet from modal, get usdc balance, styling 2021-04-27 23:47:52 +10:00
stores fix all eslint warnings 2021-07-05 14:46:02 +02:00
styles slider styling, support for tailwind classes in styled components 2021-04-29 00:51:11 +10:00
test satisfy linting errors 2021-04-27 12:28:04 +03:00
utils fix all eslint warnings 2021-07-05 14:46:02 +02:00
.babelrc slider styling, support for tailwind classes in styled components 2021-04-29 00:51:11 +10:00
.eslintignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintrc.json fix all eslint warnings 2021-07-05 14:46:02 +02:00
.gitignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.prettierignore enable css processing 2021-04-25 19:15:06 +03:00
.prettierrc Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
README.md Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
jest.config.js Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
netlify.toml Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
next-env.d.ts Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
next.config.js [wip] add anchor & ido-pool program 2021-05-05 15:02:16 +03:00
package.json update ido-pool & anchor versions and implement account loading 2021-07-02 01:18:25 +02:00
postcss.config.js enable css processing 2021-04-25 19:15:06 +03:00
tailwind.config.js gradient border once submitted 2021-04-30 16:16:02 +10:00
tsconfig.json Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
yarn.lock update ido-pool & anchor versions and implement account loading 2021-07-02 01:18:25 +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).