This is Angular2 app acting as cms's frontend
- Node.js 6
npm install
to resolve dependencies for application and build system
npm run build
builds applicationnpm run serve
serves application on localhost from memorynpm run clean
fully cleans application directory
To run application in development mode add :dev
to relevant task names
Add required API information to config.js
apiEndpoint
protocol + hostname of apiclientId
Laravel Passport client idclientSecret
Laravel Passport client secret key
Testing framework is not implemented at the moment