Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 464 Bytes

File metadata and controls

19 lines (13 loc) · 464 Bytes

react-select-element-io

An example implementation of React Select Element.

Change directory into the application root folder and in your terminal enter the commands:

npm install
npm start

This will build and start in the application in production mode. For development enter:

npm install
npm run dev

On completion the site should be available on http://localhost:5000.