Skip to content

Commit 7d4a418

Browse files
committed
Readme update for Vite
1 parent 0f5684e commit 7d4a418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The base stack of the app is a MERN stack (Mongoose, Express, React, Node). Next
9494
### 3.1 Configuration libraries
9595

9696
- `dotenv` || To load the .env variables into the process environment. See [docs](https://www.npmjs.com/package/dotenv)
97-
- `webpack` / `html-webpack-plugin` || To bundle our React app and create a static app to host. See [docs](https://webpack.js.org/)
97+
- `vite` || To bundle our React app and create a static app to host. See [docs](https://vite.dev/)
9898
- `husky` || To run our tests and linter before committing. See [docs](https://typicode.github.io/husky/#/)
9999
- `eslint` || To check our code. We have different configurations for frontend and backend. You can check out the configuration in the `.eslintrc.(c)js` files in the respective `client` and `server` folders. See [docs](https://eslint.org/)
100100
- `prettier` || To automatically format our code. See [docs](https://prettier.io/)

0 commit comments

Comments
 (0)