Go to file
Tyler Shipe b5562c161c wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04:00
@types add recent market trades box 2021-04-05 16:48:24 -04:00
components wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04:00
hooks created balances and fee discounts components 2021-04-07 17:49:37 -04:00
pages add stats page 2021-04-07 19:06:02 -04:00
public create next app with trading view form and orderbook 2021-03-30 18:47:08 -04:00
stores wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04:00
styles add trade form component 2021-04-02 14:26:21 -04:00
test Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
utils wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04:00
.babelrc add trade form component 2021-04-02 14:26:21 -04:00
.eslintignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.eslintrc.json add trade form component 2021-04-02 14:26:21 -04:00
.gitignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierrc Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
README.md Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
jest.config.js Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next-env.d.ts Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next.config.js add trade form component 2021-04-02 14:26:21 -04:00
package.json wip: wire up deposit withdraw modals 2021-04-09 10:27:49 -04:00
tailwind.config.js add recent market trades box 2021-04-05 16:48:24 -04:00
tsconfig.json add trade form component 2021-04-02 14:26:21 -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).