A quick startup for Sharkquila UI demo site.
2.1K
This project is an in-depth description of npm package sharkquila_ui_toolkit.
You can initiate your own project with this template as a quick startup.
You could use this site as a playground for seeing how the toolkits performed in run time environment, then you could copy and paste the code snippet in your app as a quick startup.
As per UI components listed in the navigation bar, it will describe the component in following dimentions:
docker run \
-d \
-p 8080:<PORT> \
--name <CONTAINER_NAME> \
wulionel/sharkquila_ui:latest
Environment setup:
npm i
Launch in production mode:
npm start
Launch in production mode (Docker):
make
Launch in dev mode:
npm run dev
Content type
Image
Digest
Size
75.8 MB
Last updated
about 5 years ago
docker pull wulionel/sharkquila_ui