Skip to content

Commit 4dd5a66

Browse files
Update README.md
1 parent 58725ff commit 4dd5a66

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ Before you begin, ensure you have met the following requirements:
2828
-npm install
2929

3030
3-npm start
31-
-Start the development server:
31+
-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+
3247

3348

0 commit comments

Comments
 (0)