Express Starter is used to create a Express project, creat all file code, and start the project in VSCode.
first
- Install pnpm with
curl -fsSL https://get.pnpm.io/install.sh | sh -
or
wget -qO- https://get.pnpm.io/install.sh | sh -
- clone the project
git clone https://github.com/Yaici-Yacine/Express_Starter.git
cd Express_Starter
- add permision
chmod +x inst.sh
./inst.sh
#get info haw to use
express -h
# create a projet express with javascript
express -p -j example
# create a projet express with typescript
express -n -t example
#create a projet express with typescript and insall packages
express -y -t example -i "mysql ..."