@edgeguideab/datepicker
v2.1.1
Published
A datepicker widget for React
Downloads
55
Readme
#Datepicker
A datepicker widget for React
Project setup
After cloning the project, run npm install or yarn
Local Development
Gulp is used for packaging and testing the widget. Use the serve task ("gulp serve") to run a local development server (only serves static content). Watch for changes using the default task ("gulp")
Publishing to NPM
Run the task "gulp npm". Only publish using this command, since the files won't be correctly transpiled otherwise.