Skip to content
/ scaffolding Public template

Use this repo as a springboard for future projects. It comes equipped with Next.js, Typescript, Emotion, Apollo, Hasura, and Ant Design Components. Not to mention ESLint and Log Rocket.

Notifications You must be signed in to change notification settings

tylerbecks/scaffolding

Repository files navigation

Fork Me!

This repo is a quick way to start any new project. It comes configured with the following:

Stack

Linters

In addition, lint-staged and husky come pre-configured to run eslint, prettier, and jest on pre-commit.

Tools

Getting Started

  1. Install Dependencies
npm i
# or
yarn
  1. Create a copy of .env.local.copy named .env.local (it will be ignored by .gitignore). Add the missing values. Refer to next-auth docs for help.

  2. Create Hasura Cloud instance

  3. Search and edit all TODOs

  4. Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Resources

About

Use this repo as a springboard for future projects. It comes equipped with Next.js, Typescript, Emotion, Apollo, Hasura, and Ant Design Components. Not to mention ESLint and Log Rocket.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published