You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,10 +36,25 @@ After that, in the console, you need to run:
34
36
35
37
-`npm i` - To install dependencies;
36
38
37
-
To use:
38
39
39
-
- `npm start' - The command to start the project;
40
-
- `npm run build' - To build the project.
40
+
41
+
## Scripts
42
+
43
+
### Available Scripts
44
+
45
+
In the project directory, you can run:
46
+
47
+
-`npm start`: Runs the app in development mode.
48
+
-`npm run build`: Builds the app for production to the `build` folder.
49
+
-`npm test`: Launches the test runner.
50
+
-`npm run coverage`: Launches the test runner with coverage reporting.
51
+
-`npm run eslint`: Lints the source files using ESLint.
52
+
-`npm run eslint-fix`: Lints and fixes the source files using ESLint.
53
+
-`npm run docs`: Generates documentation using JSDoc.
54
+
55
+
---
56
+
57
+
**Note:** This project uses [react-app-rewired](https://github.com/timarney/react-app-rewired) for customizing Webpack without ejecting from Create React App. It also includes lint-staged, husky, and Jest for linting, pre-commit hooks, and testing respectively.
41
58
42
59
---
43
60
@@ -64,4 +81,4 @@ To use:
64
81
1)[Dihitals clock using SCSS/jQuery](https://github.com/ChernoSlava/Digital-Clock.git);
65
82
2)[Films review using PUG/SCSS](https://github.com/ChernoSlava/Film-Review);
66
83
3)[2d game on Vanila JavaScript/Canvas](https://github.com/ChernoSlava/Fluppy);
0 commit comments