Skip to content

Commit ada59d0

Browse files
author
Roméo Maignal
committed
fix(README): add the mention of the use of vite.dev as a dev. server
1 parent ab07b02 commit ada59d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ TODO
2929

3030
## Stack
3131
- Scripting language: [TypeScript](https://www.typescriptlang.org/)
32-
- UI/UX framework: [React](https://react.dev/)
33-
- Build tool: [Vite](https://vite.dev/)
34-
- Runtime environment: [Node.js](https://nodejs.org/en)
35-
- Package manager: [NPM](https://docs.npmjs.com/)
32+
- UI/UX framework: [React](https://react.dev/)
33+
- Build tool & development server: [Vite](https://vite.dev/)
34+
- Runtime environment: [Node.js](https://nodejs.org/en)
35+
- Package manager: [NPM](https://docs.npmjs.com/)
3636

3737
<div inline style="display: flex; gap: 1rem; margin-top: 1rem;" bb>
3838
<img width="50" src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original" alt="TypeScript" title="TypeScript"/>
3939
<img width="50" src="https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original" alt="React" title="React"/>
4040
<img width="50" src="https://v2.vitejs.dev/logo.svg" alt="Vite" title="Vite"/>
4141
<img width="50" src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Node.js_logo.svg" alt="Node.js" title="Node.js"/>
4242
<img width="50" src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original" alt="npm" title="npm"/>
43-
</div>
43+
</div>

0 commit comments

Comments
 (0)