Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 9ddbb84

Browse files
[FINAL] Close repo
1 parent 9b552c2 commit 9ddbb84

File tree

5 files changed

+4373
-8177
lines changed

5 files changed

+4373
-8177
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
.settings/
2626
*.sublime-workspace
2727
.history
28+
.angular
2829

2930
# IDE - VSCode
3031
.vscode/*
@@ -47,6 +48,7 @@ testem.log
4748
/envs/
4849
.env
4950
**/versions.json
51+
app/.tmp
5052

5153
# e2e
5254
/e2e/*.map

.npmrc

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Use one of the following commands to run the application:
102102

103103
```bash
104104
# develop server
105-
npm start
105+
npm start modeling-ce
106106

107107
# Production server
108-
npm start -- --prod
108+
npm start modeling-ce -- --prod
109109
```
110110

111111
### Building the application
@@ -114,10 +114,10 @@ Use one of the following commands to build the application:
114114

115115
```bash
116116
# develop build
117-
npm run build
117+
npm run build modeling-ce
118118

119119
# Production build
120-
npm run build -- --prod
120+
npm run build modeling-ce -- --prod
121121
```
122122

123123
### Running unit tests

0 commit comments

Comments
 (0)