We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d43bc commit f8a65cdCopy full SHA for f8a65cd
README.md
@@ -1,22 +1,24 @@
1
# node-express-starter
2
3
-A template repo for express server apps.
4
-Check the different branches for different templates.
+A template repo for express server apps. Check the different branches for
+different templates.
5
6
-```bash
+```sh
7
git clone git@github.com:CHANGE_ME/YOUR_PROJECT.git
8
-pushd YOUR_PROJECT
9
-npm ci
+pushd ./YOUR_PROJECT/
+npm clean-install
10
+
11
+cp -RPp ./example.env ./.env
12
```
13
14
Pre-reqs
15
-# Get webi (and follow instructions)
16
-curl https://webinstall.dev | bash
17
+curl https://webi.sh | sh
18
+source ~/.config/envman/PATH.env
19
20
21
22
webi node@lts
23
webi watchexec
24
0 commit comments