Go to file
Maximilian Schneider bceebbc31d enable css processing 2021-04-25 19:15:06 +03:00
@types Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
components enable css processing 2021-04-25 19:15:06 +03:00
hooks Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
pages enable css processing 2021-04-25 19:15:06 +03:00
public enable css processing 2021-04-25 19:15:06 +03:00
stores Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
styles Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
test Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
utils Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
.babelrc Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintrc.json Initial commit from Create Next App 2021-04-24 23:47:02 +03: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 enable css processing 2021-04-25 19:15:06 +03:00
package.json enable css processing 2021-04-25 19:15:06 +03:00
postcss.config.js enable css processing 2021-04-25 19:15:06 +03:00
tailwind.config.js Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
tsconfig.json Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
yarn.lock enable css processing 2021-04-25 19:15:06 +03: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).