Dashboard-Kit is very huge with many components, so it will take little time when you run it for first time. Please do not stop execution if it takes time on first launch.
Build & Deploy
This might be too early to deploy but it is always good to know how to deploy.
To build your app in production use yarn build command
Deploy for your live site
Change the base URL with your domain and build your application.
You can control this with the homepage field in your package.json
To deploy it for subdirectoryi.e http://example.com/subdirectory/
You also need to set base-name in config.js at '../src/config/'
You’ll need to have Node v12.x.x or later on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.