Skip to content

Commit bc52f88

Browse files
committed
chore: move to netlify
1 parent 6ed6a16 commit bc52f88

File tree

5 files changed

+7
-52
lines changed

5 files changed

+7
-52
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# @ngxs example application
22

3+
34
**A port of [ngrx-example-app](https://github.com/ngrx/platform/tree/master/example-app).**
45

56
This app is a book collection manager. The user can authenticate, use the Google Books API to search for books and add them to their collection.
67

78
To log in, the username and password is `test`.
89

9-
Live demo could be found [here](https://ngxs-example-app.herokuapp.com). (ReduxDevTools enabled)
10+
Live demo could be found [here](https://ngxs-example-app.netlify.app). (ReduxDevTools enabled)
11+
Try the example-app on [StackBlitz](https://stackblitz.com/github/eranshmil/ngxs-example-app).
12+
13+
![Screenshot](assets/screenshot.png)
1014

1115
## Included
1216

assets/screenshot.png

188 KB
Loading

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"serve": "yarn run cli serve",
1010
"serve:aot": "yarn run cli serve --prod",
1111
"test": "jest -c jest.config.js --watch",
12-
"build:prod": "yarn cli build --prod",
13-
"heroku-postbuild": "yarn build:prod"
12+
"build:prod": "yarn cli build --prod"
1413
},
1514
"private": true,
1615
"dependencies": {
@@ -32,8 +31,6 @@
3231
"@ngxs/storage-plugin": "^3.7.0",
3332
"@ngxs/store": "^3.7.0",
3433
"core-js": "^3.6.5",
35-
"express": "^4.17.1",
36-
"path": "^0.12.7",
3734
"rxjs": "^6.6.3",
3835
"tslib": "^2.0.0",
3936
"typescript": "~4.0.3",
@@ -52,7 +49,6 @@
5249
"babel-core": "^7.0.0-bridge.0",
5350
"babel-jest": "^26.5.2",
5451
"codelyzer": "^6.0.1",
55-
"enhanced-resolve": "^5.2.0",
5652
"husky": "^4.3.0",
5753
"jasmine-core": "~3.6.0",
5854
"jasmine-marbles": "^0.6.0",

server.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

yarn.lock

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4229,14 +4229,6 @@ [email protected], enhanced-resolve@^4.3.0:
42294229
memory-fs "^0.5.0"
42304230
tapable "^1.0.0"
42314231

4232-
enhanced-resolve@^5.2.0:
4233-
version "5.2.0"
4234-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.2.0.tgz#3db3307a608f236f33aeea79303d32915792cbab"
4235-
integrity sha512-NZlGLl8DxmZoq0uqPPtJfsCAir68uR047+Udsh1FH4+5ydGQdMurn/A430A1BtxASVmMEuS7/XiJ5OxJ9apAzQ==
4236-
dependencies:
4237-
graceful-fs "^4.2.4"
4238-
tapable "^2.0.0"
4239-
42404232
enquirer@^2.3.6:
42414233
version "2.3.6"
42424234
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
@@ -8088,14 +8080,6 @@ path-type@^4.0.0:
80888080
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
80898081
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
80908082

8091-
path@^0.12.7:
8092-
version "0.12.7"
8093-
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
8094-
integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=
8095-
dependencies:
8096-
process "^0.11.1"
8097-
util "^0.10.3"
8098-
80998083
pbkdf2@^3.0.3:
81008084
version "3.1.1"
81018085
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
@@ -8592,7 +8576,7 @@ process-nextick-args@~2.0.0:
85928576
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
85938577
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
85948578

8595-
process@^0.11.1, process@^0.11.10:
8579+
process@^0.11.10:
85968580
version "0.11.10"
85978581
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
85988582
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
@@ -10170,11 +10154,6 @@ tapable@^1.0.0, tapable@^1.1.3:
1017010154
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
1017110155
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
1017210156

10173-
tapable@^2.0.0:
10174-
version "2.0.0"
10175-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.0.0.tgz#a49c3d6a8a2bb606e7db372b82904c970d537a08"
10176-
integrity sha512-bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg==
10177-
1017810157
tar@^4.4.10:
1017910158
version "4.4.13"
1018010159
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
@@ -10768,13 +10747,6 @@ [email protected]:
1076810747
dependencies:
1076910748
inherits "2.0.1"
1077010749

10771-
util@^0.10.3:
10772-
version "0.10.4"
10773-
resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
10774-
integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
10775-
dependencies:
10776-
inherits "2.0.3"
10777-
1077810750
util@^0.11.0:
1077910751
version "0.11.1"
1078010752
resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"

0 commit comments

Comments
 (0)