pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

Windows development requires edits to package.json scripts #97

Open docrinehart opened 7 years ago

docrinehart commented 7 years ago

"example": "webpack-dev-server --content-base example/ --config ./example/webpack.example.config.js"

"test": "karma start test/karma.conf.js"

Need to verify that direct calls still work on Mac and/or Linux Also, update documentation as appropriate (if they have to stay as is, document windows workaround)