-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
52 lines (31 loc) · 1.26 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
_____ _ __ __ _ _
/ ____| | / _|/ _| | | | |
| (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __
\___ \| |/ / _` | _| _/ _ \| |/ _` |/ _ \ '__|
____) | < (_| | | | || (_) | | (_| | __/ |
|_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|
_ _ _
/\ | | | || |
/ \ _ __ __ _ _ _| | __ _ _ __ | || |_
/ /\ \ | '_ \ / _` | | | | |/ _` | '__| |__ _|
/ ____ \| | | | (_| | |_| | | (_| | | | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| |_|
__/ |
|___/
This project was generated by Skaffolder
For more documentation visit https://skaffolder.com/#/documentation
--------------
START APPLICATION
--------------
For start the application open a terminal in this folder and type:
npm install
npm start
Go to http://localhost:3000
--------------
CONFIGURE
--------------
Set properties in:
config/properties.dev.ts
for local/dev environments
config/properties.prod.ts
for production environments