You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,33 @@
1
-
# React + TypeScript + Vite
1
+
# iExec explorer
2
+
3
+
## Install
4
+
5
+
```sh
6
+
npm ci
7
+
npm run codegen
8
+
```
9
+
10
+
## Develop
11
+
12
+
```sh
13
+
# npm ci
14
+
# npm run codegen
15
+
npm run dev
16
+
```
17
+
18
+
browse <http://localhost:5173>
19
+
20
+
## Build
21
+
22
+
```sh
23
+
# npm ci
24
+
# npm run codegen
25
+
npm run build
26
+
```
27
+
28
+
You can serve the build with `npx serve -p 3000 ./dist` and browse <http://localhost:3000>
29
+
30
+
## Template: React + TypeScript + Vite
2
31
3
32
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
33
@@ -7,7 +36,7 @@ Currently, two official plugins are available:
7
36
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
37
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
38
10
-
## Expanding the ESLint configuration
39
+
###Expanding the ESLint configuration
11
40
12
41
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
0 commit comments