Skip to content

christiansany/spotify-clone

Repository files navigation

Spotify Clone

⚠️ This README contains information about this repository.
For information about building the project go here.

What's inside?

This turborepo uses npm as a package manager.
It includes the following packages/apps:

Apps and Packages

  • graphql-server: A Apollo GraphQL Server app
  • web: A Next.js app
  • 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.

Utilities

This turborepo has some additional tools already setup for you:

Getting Started

Make sure to use Node version 18 & npm version.

Intalling dependencies

npm install

Develop

To develop all apps and packages, run the following command:

npm run dev

Codegen

To generate types for your schema:

npm run codegen

Tp generate types for your schema in watch mode:

npm run codegen:watch

Useful Links

Learn more about the power of Turborepo:

Credits

The royalty free music is from Bensound.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published