/react-front-end-starter

Front-end-starter with React, Styled Components, TypeScript, Webpack & ESLint/Prettier

Primary LanguageJavaScript

front-end starter boilerplate

Features

How to use this?

  1. git clone git@github.com:ardoq/front-end-starter.git
  2. cd front-endstarter && rm -rf .git
  3. yarn install
  4. Transform it into your needs!

Scripts:

  • yarn start (development with hot-reloading)
  • yarn lint (eslint)
  • yarn stylelint (eslint)
  • yarn check-types (TypeScript check)
  • yarn build (Build to /dist, uses webpack.prod.js

Recommended VSCode extensions:

  • VSCode Stylelint
  • ESlint with config option "eslint.codeActionsOnSave.mode": "all" (to fix eslint issues and auto-format on save)