- You must have Node.js and npm installed. You can get these from http://nodejs.org.
-
Open a command prompt window to the location where you cloned this repo.
-
Install the Extensions API SDK components.
npm install
-
Build the TypeScript samples and install the Extensions API types library.
npm run build
-
Start the local Dashboard Extension server.
npm start
For more details, check out my Medium artile