This is a skeleton project that is using Angular 4 and bundling with Webpack 3. Find out more about the project, check out blog Setting up Angular 4 Typescript with Webpack 3
Make sure you have Node version >= 6.9.0 and NPM >= 3.10.0 You can check by runing commands below,
npm -v
node -v
npm install
npm run build:dev
npm run build
npm start
npm run server
Start browser with http://localhost:4200
npm run lint
npm run clean