cyrilschumacher / typescript-angularjs-requirejs

Basic Typescript project using the AngularJS and Requirejs frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-angularjs-requirejs

Basic Typescript project using the AngularJS and Requirejs frameworks.

Getting Started

How to initialize?

The first step is to initialize the project by running the following two commands:

$ npm install

Note: This command will install grunt dependencies without locally installing the tool.

How to obtain JavaScript source code?

To get the JavaScript source code, run the command above:

$ npm run build

This command will generate a dist directory containing the JavaScript sources. To set up this project, you will need to put the following HTML code to initialize the set:

<script data-main="javascript/main" src="javascript/vendor/requirejs/require.js"></script>

Copyright and license

The MIT License (MIT)

Copyright (c) 2017 Cyril Schumacher.fr

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Basic Typescript project using the AngularJS and Requirejs frameworks.

License:MIT License


Languages

Language:TypeScript 67.0%Language:JavaScript 33.0%