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
+48-5Lines changed: 48 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,58 @@
5
5
[](http://isitmaintained.com/project/spinsage/express-typescript-starter-rest"Average time to resolve an issue")
6
6
[](http://isitmaintained.com/project/spinsage/express-typescript-starter-rest"Percentage of issues still open")
- Update environment variable values in the .env file as needed.
32
+
33
+
### Run the application
34
+
35
+
#### For development
36
+
37
+
```console
38
+
npm run dev
39
+
```
40
+
41
+
#### For deployment
42
+
43
+
```console
44
+
npm run build
45
+
npm run start
46
+
```
47
+
48
+
#### Within a Docker container
49
+
50
+
```console
51
+
docker-compose up
52
+
```
53
+
54
+
## LICENSE
55
+
56
+
**Express Rest API Starter** is Apache 2-licensed.
57
+
58
+
## Let us know!
15
59
16
-
# Let us know!
17
-
We at [**Spinsage**](https://www.spinsage.com/) would be happy if you send us links to your projects where you are using our code. Just send us an email at [email protected].
60
+
We at [**Spinsage**](https://www.spinsage.com/) would be happy if you send us links to your projects where you are using our code. Just send us an email at [email protected].
18
61
19
62
And do let us know if you have any queries or suggestions regarding our work.
0 commit comments