Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion milestones/MILESTONE_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down