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 58725ff commit 4dd5a66Copy full SHA for 4dd5a66
README.md
@@ -28,6 +28,21 @@ Before you begin, ensure you have met the following requirements:
28
-npm install
29
30
3-npm start
31
--Start the development server:
+-Start the development server:npm run dev
32
+
33
+#Project Structure
34
+src/
35
+components: React components.
36
+pages: pages of application.
37
+routes: routers of application.
38
+assets:images of application.
39
+App.jsx: The main application component.
40
+main.jsx: Application entry point.
41
+functions:contain main functions in application.
42
+customhooks:contain custom hooks used in application.
43
+api:contains base url of api.
44
+options:contains get and post options
45
+store:contains store of state managment
46
47
48
0 commit comments