Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 499 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 499 Bytes

react-ts-boilerplate

This is a boilerplate for a React project with TypeScript. It includes the following:

  • TypeScript
  • React
  • Webpack
  • Eslint & Prettier
  • Styled Components

Getting Started

  1. Clone the repository

    $ git clone https://github.com/hoxton314/react-ts-boilerplate
    
  2. Install dependencies

    $ yarn
    
  3. Run development server

    $ yarn start
    

Deployment

  1. Run

    $ yarn build
    
  2. Deploy the build folder