kvendrik / project-template-react-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A boilerplate for a React + TypeScript project.

What's included (Stack)

  • React
  • TypeScript
  • CSS Modules using SASS (scss)
  • Jest + Enzyme
  • ESLint with Airbnb Config
  • TSLint
  • Prettier

Setup

git clone git@github.com:kvendrik/project-template-react-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:JavaScript 73.8%Language:TypeScript 17.2%Language:HTML 4.6%Language:CSS 4.5%