Skip to content

Commit 19a0901

Browse files
committed
style: added available scripts and used technology to readme file
1 parent b7c18f9 commit 19a0901

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@
1919
## USED TECHNOLOGIES
2020
- REACT JS
2121
- 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

Comments
 (0)