yarn install
yarn start
Attention: After running the project, You have to go to http://localhost:3000/#/admin to see it.
I have finished All the UI components and some business codes:
-------------------------UI Components-------------------------------
- Home: http://localhost:3000/#/admin or http://localhost:3000/#/admin/home
- Buttons: http://localhost:3000/#/admin/ui/buttons
- Modals: http://localhost:3000/#/admin/ui/modals
- Loadings: http://localhost:3000/#/admin/ui/loadings
- Notifications: http://localhost:3000/#/admin/ui/notification
- Messages: http://localhost:3000/#/admin/ui/messages
- Tabs: http://localhost:3000/#/admin/ui/tabs
- Gallery: http://localhost:3000/#/admin/ui/gallery
- Carousel: http://localhost:3000/#/admin/ui/carousel
- Form - login: http://localhost:3000/#/admin/form/login
- Form - Register: http://localhost:3000/#/admin/form/register
- Table - BasicTable: http://localhost:3000/#/admin/table/basic
- Table - AdvancedTable: http://localhost:3000/#/admin/table/advanced
----------------------------Shared Bikes Business Part-------------------------------
To be continued ...