Git Product home page Git Product logo

angular2start's Introduction

https://medium.com/@menezes.carlos/angular-2-setting-up-your-working-environment-52b985d1d341#.12dyylk59 How to make setup?

  1. npm init

  2. npm install angular2 --save

  3. npm install systemjs --save 4.npm install tsc --save

  4. Creating tsconfig.json (try this with tsc --init) #npm install -g typescript (node shoud be above 4) #tsc --init --target es5 --sourceMap --experimentalDecorators --emitDecoratorMetadata

  5. Creating typings.json and add below { "ambientDependencies": { "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2" } }

  6. npm install typings --save-dev

  7. npm install concurrently --save-dev

  8. npm install lite-server --save-dev

Add following scripts to package.json "scripts": { "postinstall": "npm run typings install", "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "app": "concurrent "npm run tsc:w" "npm run lite" ", "typings": "typings" }

  1. create systemjs.config.js https://angular.io/docs/ts/latest/guide/deployment.html

angular2start's People

Contributors

dilip2016 avatar

Watchers

Himanshu Aggarwal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.