We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2060993 commit ab785a6Copy full SHA for ab785a6
1 file changed
README.md
@@ -64,7 +64,13 @@ cd frontend
64
npm install
65
```
66
67
-3. Start the frontend development server:
+3. Install linter (ESLint) and formatter (Prettier)
68
+```
69
+npm install -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
70
+npm install -D prettier
71
72
+
73
+4. Start the frontend development server:
74
75
76
npm run build
0 commit comments