Git Product home page Git Product logo

webpack-react-typescript's Introduction

webpack-react-typescript

Template for react app using webpack and typescript.

webpack-react-typescript

Quick Start

Start the development

  • git clone
  • yarn install or yarn
  • yarn start

Build project

  • yarn build

Lint project

  • yarn lint

Fix autofixable eslint errors

  • yarn lint:fix or npm run lint:fix

If husky pre-commit hook willn't work, please run npx husky-init command with cli (in project directory)
and replace new .husky/pre-commit file with our.

Used technologies

Commit Rules

We are use commitlint for lint our commit messages and it has several rules for commits.

Commit types

  • chore: a commit of the type chore includes the most important commits.
  • docs: a commit of the type docs includes the update of documentation.
  • feat: a commit of the type feat introduces a new feature to the codebase.
  • fix: a commit of the type fix patches a bug in your codebase.
  • style: a commit of the type style includes a css styling commit.
  • refactor: a commit of the type refactor includes a code refactoring to the codebase.
  • revert: a commit of the type revert is used when a developer wants to revert an old commit.
  • unit: a commit of the type unit includes a unit testing commit.
  • test: a commit for a testing the app work at difference environments
  • wip: work in process

Examples

    git commit -m "feat(readme): generate a readme file"
    git commit -m "fix(header): show current banner"
    git commit -m "chore(release): new release is ready"

webpack-react-typescript's People

Contributors

antonaduisky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.