We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c18f9 commit 19a0901Copy full SHA for 19a0901
README.md
@@ -19,3 +19,17 @@
19
## USED TECHNOLOGIES
20
- REACT JS
21
- TYPESCRIPT
22
+- Eslint: for linting
23
+- Husky: to enforce linting code before committing it as well as enforce some guides while writing commit messages
24
+
25
+this project created using `npx create-react-app` command
26
+## AVAILABLE SCRIPTS
27
+### npm start
28
+to run the project in development mode
29
+hosted on `https://localhost:3000` in your local machine
30
+### npm run build
31
+to build the project for production
32
+### npm run lint
33
+to check project to lint your project using eslint and check wether you broke the rules
34
+### npm run lint:fix
35
+to fix linting problems
0 commit comments