thepiratedev / angular-without-cli

Angular 4 manual setup assigned by JaeHo Song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Without CLI

This is a project assigned by JaeHo Song | (thruthesky)['https://github.com/thruthesky']

Installing / Getting started

Install NPM packages to get started.

$ npm i

This will install all the required dependencies.

Developing

Built With

  • Angular ^4.4.3
  • Webpack ^3.6.0
  • Karma/Jasmine
  • SASS/SCSS
  • Codelyzer & TSLint

Setting up Dev

Clone this repository and install all the dependencies.

$ git clone https://github.com/peicap/angular-without-cli
$ cd your-project/
$ npm i

About

Angular 4 manual setup assigned by JaeHo Song

License:MIT License


Languages

Language:JavaScript 73.5%Language:TypeScript 21.8%Language:HTML 4.7%