kvendrik / project-template-node-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A boilerplate for a Node + TypeScript project.

What's included (Stack)

  • React
  • TypeScript
  • Jest
  • ESLint with Airbnb Config
  • TSLint
  • Prettier

Setup

git clone git@github.com:kvendrik/project-template-node-ts.git your-project-name
cd your-project-name
rm -rf .git
rm README.md
yarn install
yarn serve

Check the package.json for all available commands.

About


Languages

Language:TypeScript 70.7%Language:JavaScript 29.3%