Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.59 KB

README.md

File metadata and controls

55 lines (39 loc) · 2.59 KB

tundera.dev

The undev space ☀️

goats

Features

  • Isomorphic React via Next.js 🏆
  • TypeScript ✅
  • Chakra UI + Framer Motion 🚅
  • React Query v3 + GraphQL
  • Prisma v2 + Nexus GraphQL
  • ESLint + Prettier 🎀
  • Jest Testing Framework 👑
  • Debugging (VSCode) 🔧

Setup

  1. Clone project and cd in the project directory.
  2. Copy .env to a new file named .env.local to store environment variables.
  3. Run yarn install or npm install.
  4. Run yarn dev to start the development server.

Commands

  • yarn dev: Start development server
  • yarn test: Run unit tests (Jest)
  • yarn lint: Lint project (ESLint)
  • yarn format: Format project files (Prettier)

Credits

The goal of this template is to provide developers with a baseline of tools and boilerplate code for kicking off new projects. It builds on top of a lot of incredible open-source work from awesome contributors in our community. Several pieces of code in this template have been directly copy/pasted (or slightly modified for semantics/structure) from other popular GitHub projects. If you're interested in improving this template or would like to share your own contributions, please open a pull request or clone it and open-source a better version of it here on GitHub.

Please check out the following projects that served as a base for this one:

Some notable open-source libraries and developer blog tutorials were were a big aid in creating this template. Check them out:

Media Sources