Go to file
Tyler Shipe 45e278e331 fix orderbook styling 2021-04-05 15:03:20 -04:00
@types add trade form component 2021-04-02 14:26:21 -04:00
components fix orderbook styling 2021-04-05 15:03:20 -04:00
hooks wip: wiring up global state to components 2021-04-05 10:40:58 -04:00
pages add trade form component 2021-04-02 14:26:21 -04:00
public create next app with trading view form and orderbook 2021-03-30 18:47:08 -04:00
stores wip: wiring up global state to components 2021-04-05 10:40:58 -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 add trade form component 2021-04-02 14:26:21 -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 add trade form component 2021-04-02 14:26:21 -04:00
tailwind.config.js create next app with trading view form and orderbook 2021-03-30 18:47:08 -04:00
tsconfig.json add trade form component 2021-04-02 14:26:21 -04:00
yarn.lock add trade form component 2021-04-02 14:26:21 -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).