Skip to content
/ front-end-starter Public template

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

Notifications You must be signed in to change notification settings

ardoq/front-end-starter

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published