mydatahack / javascript-projects

A bunch of different JavaScript/TypeScript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Projects

A bunch of JavaScript and TypeScript project templates/examples.

  1. Webpack-React-Ts

React Project Template with TypeScript & Webpack.

  1. Parcel-React-Ts

React Project Template with TypeScript & Parcel Bundler.

  1. React-GraphQL-Ts

React GraphQL Project Template with TypeScript & Webpack. It doesn't run stand alone. It requires a backend graphql server. Backend mock server to be built.

  1. Gatsby-Ts

TypeScript Gatsby project template;

  1. Apollo-Auth-Ts

Building Apollo Server with auth functionality by using GraphQL Shield.

  1. Prisma-MySQL-Ts

Using Prisma and MySQL to build GraphQL APIs.

TurboRepo

Using TurboRepo to build multiple projects at once from the root.

# Install -W flag to ignore workspaces in package.json
yarn add turbo -D -W

# build projects specified in workspaces
yarn build

About

A bunch of different JavaScript/TypeScript projects


Languages

Language:JavaScript 62.5%Language:TypeScript 25.7%Language:HTML 8.2%Language:SCSS 2.2%Language:CSS 1.2%Language:Shell 0.2%Language:Dockerfile 0.1%