Skip to content

antonioJASR/typescript-angular-template

Repository files navigation

TypeScript and Angular WebApp Base

A starting project using Ionic tools that optionally supports using custom SCSS.

Using this project

We recommend using the Ionic CLI to create new Ionic projects that are based on this project but use a ready-made starter template.

For example, to start a new Ionic project with the default tabs interface, make sure the ionic utility is installed:

npm install -g ionic gulp bower

Install tools

npm install

Install dependencies using bower

bower install

Then run:

$ ionic serve

Using sass

In order to compile sass files run:

gulp

If you are in development, you shuld run:

gulp watch

Open the project with an Editor that support the new standard tsconfig.json, the TypeScript files will be compiled and saved on www/js folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published