Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c3a3c4e

Browse files
committed
(chore): verification guide
1 parent d210cc4 commit c3a3c4e

23 files changed

+126
-14
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Topcoder Teams Microapp
1+
# Topcoder Teams Micro-app
22

33
This is a [single-spa](https://single-spa.js.org/) example React microapp.
44

5-
> NOTE. This application have been configured to be run as child app of a single-spa application. So while this app can be deployed and run independently, we would need some frame [single-spa](https://single-spa.js.org/) which would load it. While technically we can achieve running this app as standalone app it's strongly not recommended by the author of the `single-spa` approch, see this [GitHub Issue](https://github.com/single-spa/single-spa/issues/640) for details.
5+
> NOTE. This application have been configured to be run as child app of a single-spa application. So while this app can be deployed and run independently, we would need some frame [single-spa](https://single-spa.js.org/) which would load it. While technically we can achieve running this app as standalone app it's strongly not recommended by the author of the `single-spa` approach, see this [GitHub Issue](https://github.com/single-spa/single-spa/issues/640) for details.
66
77
## Requirements
88

@@ -51,12 +51,16 @@ Inside the project folder run:
5151

5252
### Deploying to Heroku
5353

54-
Make sure you have [Heroky CLI](https://devcenter.heroku.com/articles/heroku-cli) installed and you have a Heroku account. And then inside the project folder run the next commands:
54+
Make sure you have [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) installed and you have a Heroku account. And then inside the project folder run the next commands:
5555

56-
- If there is not Git repository inited yet, create a repo and commit all the files:
56+
- If there is not Git repository initiated yet, create a repo and commit all the files:
5757
- `git init`
5858
- `git add .`
59-
- `git commit -m'inital commit'`
59+
- `git commit -m 'initial commit'`
6060
- `heroku apps:create` - create Heroku app
6161
- `git push heroku master` - push changes to Heroku and trigger deploying
62-
- Now you have to configure frame app to use the URL provided by Heroku like `https://<APP-NAME>.herokuapp.com/topcoder-micro-frontends-teams.js` to load this microapp.
62+
- Now you have to configure frame app to use the URL provided by Heroku like `https://<APP-NAME>.herokuapp.com/topcoder-micro-frontends-teams.js` to load this micro-app.
63+
64+
## Verification
65+
66+
Please check [verification-guide.md](verification-guide.md)

docs/data-demo.png

457 KB
Loading

docs/data-no-members-positions.png

148 KB
Loading

docs/data-rating-decimal.png

11.7 KB
Loading

docs/data-rating-empty.png

9.71 KB
Loading

docs/data-rating-full.png

9.89 KB
Loading

docs/data-remaining-time.png

57.7 KB
Loading

docs/data-weekly-cost.png

27.6 KB
Loading

docs/filter-combine.png

174 KB
Loading

docs/filter-first-name.png

75.8 KB
Loading

0 commit comments

Comments
 (0)