jamespot-react-core 1.1.91 → 1.1.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.internal.md +20 -0
- package/build/app.bundle.js +423 -311
- package/build/app.bundle.js.map +1 -1
- package/build/registry/ext-component-list.d.ts +4 -0
- package/build/utils/ensure.d.ts +0 -2
- package/package.json +4 -4
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
## Install order
|
|
2
|
+
|
|
3
|
+
```
|
|
4
|
+
If you've not already done it, have a look at jamespot-user-api readMe
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
https://github.com/Jamespot/jamespot-user-api/blob/develop/README-internal.md
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npm ci
|
|
13
|
+
npm run build
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
To run a local server (run on http://localhost:3030)
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
npm run local
|
|
20
|
+
```
|