From 44446a99facbfbfee31819787418d8c1f299f3e6 Mon Sep 17 00:00:00 2001 From: Muhammad Date: Sat, 12 Sep 2020 12:00:45 +0200 Subject: [PATCH] add prop-types package in requirements sync requirements with pathwright. --- milestones/MILESTONE_1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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