Four51's starter application for building angular 2+ solutions on the OrderCloud platform.
-
Navigate to the project root with
cd src/UI/Buyer
. -
If you have not before, install the Angular CLI globally on your machine with
npm install -g @angular/cli
-
Install dependencies with
npm install
-
Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
-
Run
ng test --sourceMap="false"
from root to run all unit tests. -
Run
ng build
from root to compile the project without serving. -
Run
ng generate component component-name
from any directory to generate code scafolding for a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module
.