File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # ExpressType
1+ # Express Bun
22
3- ExpressType simplifies setting up TypeScript with Node.js by handling initialization and setup.
3+ Express Bun simplifies setting up TypeScript with Node.js by handling initialization and setup.
44
55## Installation
66
7- To get started with ExpressType , follow these steps:
7+ To get started with Express Bun , follow these steps:
88
991 . ### Clone the Repository
1010
11- Clone the ExpressType repository to your local machine using ` git clone ` :
11+ Clone the Express Bun repository to your local machine using ` git clone ` :
1212
1313``` bash
14- git clone https://github.com/creative-tutorials/expresstype .v2.git
14+ git clone https://github.com/creative-tutorials/Express Bun .v2.git
1515```
1616
17172 . ### Navigate to The Project Directory
1818
1919Change your current working directory to the project folder
2020
2121``` bash
22- cd expresstype .v2
22+ cd Express Bun .v2
2323```
2424
25253 . ### Installation
2626
27- To make ExpressType work, you need to install the necessary dependencies. You can run the following command to install the dependencies:
27+ To make Express Bun work, you need to install the necessary dependencies. You can run the following command to install the dependencies:
2828
2929``` bash
3030npm install
@@ -37,7 +37,7 @@ pnpm install
3737```
3838
3939> [ !TIP]
40- > Since expresstype .v2 uses pnpm, I recommend using pnpm to install dependencies to speed up the installation process.
40+ > Since Express Bun .v2 uses pnpm, I recommend using pnpm to install dependencies to speed up the installation process.
4141
4242## TypeScript Configuration
4343
You can’t perform that action at this time.
0 commit comments