# material-aspnetcore **Repository Path**: JamesYeung/material-aspnetcore ## Basic Information - **Project Name**: material-aspnetcore - **Description**: Covalent QuickStart with ASP.NET Core 2.0 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Covalent QuickStart with ASP.NET Core 2.0 Quickstart App with [@covalent](https://github.com/Teradata/covalent) packages ## Setup * Ensure you have Node 4.4+ and NPM 3+ installed. * Install YARN `npm i -g yarn` * Install Angular CLI `yarn global add angular-cli@latest` * Install Typescript 2.0 `yarn global add typescript` * Install TSLint `yarn global add tslint` * Install Protractor for e2e testing `yarn global add protractor` * Install Node packages `yarn i` * Update Webdriver `webdriver-manager update` and `./node_modules/.bin/webdriver-manager update` * Run local build `ng serve` Waitting for the feacture of server-site-rending...