Skip to content

Commit

Permalink
first recurring event bug; webpack-dev-server security update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewboman committed Jan 14, 2019
1 parent 02f5cc1 commit 5b14bc5
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 159 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ It also allows for many kinds of reoccuring events, such as daily, weekly, and m

* clone the repository `git clone https://github.com/crashspringfield/react-google-calendar.git`
* `config.js` has a demo API for tests. Update config.js with your API key to access your calendar.
* Download dependencies: `npm install`
* Download peer dependencies: `npm i array.prototype.flat moment@^2.22.2 react@^16.6.3 react-big-calendar@^0.20.2 react-dom@^16.6.3 webpack`
* Development build with hot reloading: `npm start`
* Build for production: `npm run build`
* Run tests: `npm test`
Expand Down
Loading

0 comments on commit 5b14bc5

Please sign in to comment.