Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 405 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 405 Bytes

react-select2-wrapper

Wrapper for Select2

Installation

npm install react-select2-wrapper --save

Documentation

Development

Installation

  1. Install dependencies

    npm install
    
  2. Run the development server with hot reload

    npm run start
    

Coding Standard