-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies in todolist example (#884)
- Loading branch information
Showing
14 changed files
with
13,989 additions
and
24,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Example todo application with a node.js backend | ||
|
||
This example todo application consists of react frontend app and express backend app. | ||
This example todo application consists of React frontend app and express backend app. | ||
|
||
## Try it yourself! | ||
|
||
After downloading this folder: | ||
|
||
0. If you don't have one already [make a trial account to try out Splunk Observability Cloud](https://www.splunk.com/en_us/observability/o11y-cloud-free-trial.html) | ||
1. Run `npm install` | ||
2. Copy `.env.example` to `.env` | ||
3. Fill out `REACT_APP_RUM_*` with your ingest URL and RUM token | ||
4. Start backend with `npm run backend` | ||
5. Start frontend with `npm run start` | ||
1. If you don't have one already [make a trial account to try out Splunk Observability Cloud](https://www.splunk.com/en_us/observability/o11y-cloud-free-trial.html) | ||
2. Run `npm install` | ||
3. Copy `.env.example` to `.env` | ||
4. Fill out `REACT_APP_RUM_*` with your ingest URL and RUM token | ||
5. Start backend with `npm run backend` | ||
6. Start frontend with `npm run start` | ||
|
||
Frontend instrumentation is done in `src/instrumentation.js` which is loaded as the first thing in `src/index.js`. It also demonstrates a few configuration options you can use. | ||
Frontend instrumentation is done in `public/index.html` which is loaded at document load. It also demonstrates a few configuration options you can use. |
Oops, something went wrong.