... | @@ -11,7 +11,7 @@ This template uses Webpack, Angular 2, Typescript, Sass. It includes several pre |
... | @@ -11,7 +11,7 @@ This template uses Webpack, Angular 2, Typescript, Sass. It includes several pre |
|
* [toolbox](toolbox)
|
|
* [toolbox](toolbox)
|
|
|
|
|
|
## Starting up
|
|
## Starting up
|
|
The ng2 branch repo [README](https://dev.izeni.net/izeni/izeni-angular-template/tree/ng2) has instructions for firing up a new project. Note that you will need [Node](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) and [npm](https://docs.npmjs.com/getting-started/installing-node) installed on your system. You will also need to install a few global npm packages: `npm install -g webpack webpack-dev-server typescript typings`
|
|
The ng2 branch repo [README](https://dev.izeni.net/izeni/izeni-angular-template/tree/ng2) has instructions for firing up a new project. Note that you will need [Node](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) and [yarn](https://yarnpkg.com/en/docs/install) installed on your system. You will also need to install angular-cli globally: `yarn global add angular-cli`
|
|
|
|
|
|
## Directory structure highlights
|
|
## Directory structure highlights
|
|
We're trying to follow the [official Angular 2 styleguide](https://angular.io/styleguide) as much as is sensible. Namely,
|
|
We're trying to follow the [official Angular 2 styleguide](https://angular.io/styleguide) as much as is sensible. Namely,
|
... | | ... | |