In the Getting Started Instructions located : https://demos.creative-tim.com/now-ui-dashboard-angular/#/documentation/tutorial
The following instructions are given:
How to start the project
Install NodeJs from NodeJs Official Page
Open Terminal
Go to your file project
Run in terminal npm install -g @angular/cli
Then run npm install
And npm start
Navigate to http://localhost:4200
Everything seems to work except for npm start because the package.json does not contain a script tag with a startup reference. Should there be one and if so, which one? For examlpe, when I try to run npm start from a terminal within Visual Studio Code, the following errors occur because of the missing start information in the package.json.
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/eurmgs/.npm/_logs/2019-10-14T08_12_22_255Z-debug.log
In the Getting Started Instructions located : https://demos.creative-tim.com/now-ui-dashboard-angular/#/documentation/tutorial
The following instructions are given:
How to start the project
Install NodeJs from NodeJs Official Page
Open Terminal
Go to your file project
Run in terminal npm install -g @angular/cli
Then run npm install
And npm start
Navigate to http://localhost:4200
Everything seems to work except for npm start because the package.json does not contain a script tag with a startup reference. Should there be one and if so, which one? For examlpe, when I try to run npm start from a terminal within Visual Studio Code, the following errors occur because of the missing start information in the package.json.
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/eurmgs/.npm/_logs/2019-10-14T08_12_22_255Z-debug.log