Skip to content

Commit 8559f21

Browse files
committed
Starter repo
1 parent 488a128 commit 8559f21

File tree

4 files changed

+2790
-6550
lines changed

4 files changed

+2790
-6550
lines changed

Diff for: README.md

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
1-
# Getting Started with Create React App
1+
# zkEVM Counter
2+
3+
Install dependencies and start react app
4+
5+
```
6+
npm i
7+
npm start
8+
```
9+
210

311
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
412

5-
## Available Scripts
13+
#### Available Scripts
614

715
In the project directory, you can run:
816

9-
### `npm start`
17+
##### `npm start`
1018

1119
Runs the app in the development mode.\
1220
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
1321

1422
The page will reload when you make changes.\
1523
You may also see any lint errors in the console.
1624

17-
### `npm test`
25+
##### `npm test`
1826

1927
Launches the test runner in the interactive watch mode.\
2028
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
2129

22-
### `npm run build`
30+
##### `npm run build`
2331

2432
Builds the app for production to the `build` folder.\
2533
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -29,7 +37,7 @@ Your app is ready to be deployed!
2937

3038
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
3139

32-
### `npm run eject`
40+
##### `npm run eject`
3341

3442
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
3543

@@ -39,32 +47,32 @@ Instead, it will copy all the configuration files and the transitive dependencie
3947

4048
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
4149

42-
## Learn More
50+
#### Learn More
4351

4452
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
4553

4654
To learn React, check out the [React documentation](https://reactjs.org/).
4755

48-
### Code Splitting
56+
##### Code Splitting
4957

5058
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
5159

52-
### Analyzing the Bundle Size
60+
##### Analyzing the Bundle Size
5361

5462
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
5563

56-
### Making a Progressive Web App
64+
##### Making a Progressive Web App
5765

5866
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
5967

60-
### Advanced Configuration
68+
##### Advanced Configuration
6169

6270
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
6371

64-
### Deployment
72+
##### Deployment
6573

6674
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
6775

68-
### `npm run build` fails to minify
76+
##### `npm run build` fails to minify
6977

7078
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

0 commit comments

Comments
 (0)