- Install the latest version of NodeJS and npm. You can download both at https://nodejs.org/en/download/.
- Clone the sample application repository.
- Navigate to the root folder of the application in the command line.
- Type
npm installto install required npm packages. - Type
npm startto start a development server. - The application opens listens on port 3000
- View Admin page
After starting, the sample application retrieves content from the default Kentico Kontent sample project.
npm install
added 1916 packages, and audited 1917 packages in 31s
23 vulnerabilities (2 low, 13 moderate, 8 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.