diff --git a/milestones/MILESTONE_1.md b/milestones/MILESTONE_1.md index 4762a54..5ea46c0 100644 --- a/milestones/MILESTONE_1.md +++ b/milestones/MILESTONE_1.md @@ -9,7 +9,8 @@ Every project has its beginning in setting up some basic structure and tooling. - Documentation: [https://github.com/facebook/create-react-app](https://github.com/facebook/create-react-app) 2. Delete any unnecessary file or asset3. 3. Add the necessary packages to your project: - - Add [`big.js`](https://github.com/MikeMcl/big.js/) using npm + - Add [`prop-types`](https://www.npmjs.com/package/prop-types) using npm for [typechecking props](https://reactjs.org/docs/typechecking-with-proptypes.html). + - Add [`big.js`](https://github.com/MikeMcl/big.js/) using npm. 4. Run the application with `npm start` and make sure that everything works correctly. 5. Follow the instructions in `create-react-app-buildpack` to deploy the app to Heroku - Initialize a git repo