solana/explorer
dependabot[bot] 9a97b707f8
chore:(deps): bump @types/react from 17.0.11 to 17.0.12 in /explorer (#18365)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.11 to 17.0.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 09:58:39 -05:00
..
.github
public
src fix: prevent negative count up period on tps card (#18344) 2021-07-01 00:47:54 +00:00
.gitignore
.mergify.yml
.prettierignore
.slugignore fix: test heroku slugignore for explorer (#16141) 2021-03-25 15:22:00 -07:00
.travis.yml explorer: downgrade nodejs version in travis (#16740) 2021-04-22 22:27:50 +08:00
README.md Add new logo to Explorer repo (#16813) 2021-04-25 14:26:48 -06:00
app.json
package-lock.json chore:(deps): bump @types/react from 17.0.11 to 17.0.12 in /explorer (#18365) 2021-07-01 09:58:39 -05:00
package.json chore:(deps): bump @types/react from 17.0.11 to 17.0.12 in /explorer (#18365) 2021-07-01 09:58:39 -05:00
static.json
tsconfig.json

README.md

Solana

Solana Explorer

Development

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.