Clone and run npm install
. This will install both run-time project dependencies and developer tools listed
in package.json file.
If you need just to build the app (without running a dev server), simply run:
$ npm run-script build
$ npm test
Clone and run npm install
. This will install both run-time project dependencies and developer tools listed
in package.json file.
If you need just to build the app (without running a dev server), simply run:
$ npm run-script build
$ npm test