/motivation-fullstack

A motivation website to make all your days easier

Primary LanguageTypeScript

Motivation

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

Motivation, to make your days more easier

Full-stack project using Next, Tailwind, Radix, GraphQL, Relay and Mongoose.

Stacks

  • React
  • Next
  • Tailwind
  • Radix
  • Eslint
  • [] Storybook
  • Node
  • GraphQL
  • Relay
  • Jest

Apps and Packages

  • web: a Next.js app
  • api: backend server
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

💻 Getting Started

Before you begin, if you have met the following requirements:

🚀 Installing

# install dependencies
> yarn
# or
> yarn install

# run all packages
> yarn dev

# see project on localhost link
http://localhost:3000