Skip to content

Commit f8a65cd

Browse files
committed
doc: update for 2025
1 parent f5d43bc commit f8a65cd

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# node-express-starter
22

3-
A template repo for express server apps.
4-
Check the different branches for different templates.
3+
A template repo for express server apps. Check the different branches for
4+
different templates.
55

6-
```bash
6+
```sh
77
git clone git@github.com:CHANGE_ME/YOUR_PROJECT.git
8-
pushd YOUR_PROJECT
9-
npm ci
8+
pushd ./YOUR_PROJECT/
9+
npm clean-install
10+
11+
cp -RPp ./example.env ./.env
1012
```
1113

1214
Pre-reqs
1315

14-
```bash
15-
# Get webi (and follow instructions)
16-
curl https://webinstall.dev | bash
16+
```sh
17+
curl https://webi.sh | sh
18+
source ~/.config/envman/PATH.env
1719
```
1820

19-
```bash
21+
```sh
2022
webi node@lts
2123
webi watchexec
2224
```

0 commit comments

Comments
 (0)