This is Angular2 app acting as cms's frontend
- Node.js 6
npm installto resolve dependencies for application and build system
npm run buildbuilds applicationnpm run serveserves application on localhost from memorynpm run cleanfully cleans application directory
To run application in development mode add :dev to relevant task names
Add required API information to config.js
apiEndpointprotocol + hostname of apiclientIdLaravel Passport client idclientSecretLaravel Passport client secret key
Testing framework is not implemented at the moment