The following process will be used to install admin dashboard using
package manager.
-
Install Node.js : Please install latest version of Node.js from
https://nodejs.org
- Install Yarn from https://yarnpkg.com
-
Extract downloaded project files : Extract the admin dashboard to
your suitable directory or folder.
- Access console : Open node.js console.
-
In console, navigate to the location where main folder is
extracted.
-
Navigate to the
Source folder
inside main folder.
-
Run
yarn install
command to install package dependencies.
-
Run
yarn run dev to
start compiling assets or
yarn build for
production use.