Go to file
Tyler Shipe 2a28c111c3 bring in more ant styling 2021-04-10 12:41:19 -04:00
@types add recent market trades box 2021-04-05 16:48:24 -04:00
components bring in more ant styling 2021-04-10 12:41:19 -04:00
hooks fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
pages add stats page 2021-04-07 19:06:02 -04:00
public
stores deposit modal 2021-04-09 21:26:34 -04:00
styles bring in more ant styling 2021-04-10 12:41:19 -04:00
test fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
utils bring in more ant styling 2021-04-10 12:41:19 -04:00
.babelrc add trade form component 2021-04-02 14:26:21 -04:00
.eslintignore fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
.eslintrc.json add trade form component 2021-04-02 14:26:21 -04:00
.gitignore
.prettierignore
.prettierrc
README.md
jest.config.js
next-env.d.ts
next.config.js add trade form component 2021-04-02 14:26:21 -04:00
package.json fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
tailwind.config.js add recent market trades box 2021-04-05 16:48:24 -04:00
tsconfig.json fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
yarn.lock wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04: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).