Skip to content

balmesf/frontend-starter-packs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLO-3112 - Développement avancé d'applications web

Starter packs de développement frontend

Ces packs vous sont fournis afin de commencer votre développement rapidement. Utilisez-les!

Prérequis

Les packs utilisent les librairies suivantes:

Node.js et npm

Installer Node.js

TypeScript

TypeScript - site officiel sera le langage de prédilection dans le cours.

npm install -g typescript
```
Ressources importantes:
* [TypeScript Playgroud](https://www.typescriptlang.org/play/index.html) (compilation de TS vers JS)
* [TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/content/)

#### Typings
[Typings](https://github.com/typings/typings) fournis les définitions des librairies externes pour TypeScript
```sh
npm install -g typings
```

#### Webstorm
L'IDE [WebStorm](https://www.jetbrains.com/webstorm/) sera utilisé pour corriger vos travaux: [license étudiante gratuite](https://www.jetbrains.com/student/).

## Compilation

Les packs se compilent tous avec 3 options:
* [npm scripts](https://docs.npmjs.com/misc/scripts)
* [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) `npm install --g gulp-cli`
* [webpack](https://webpack.github.io/docs/usage.html) `npm install --g webpack`

À vous de choisir la méthode qui vous convient et de retirer les autres options.

About

Packs de départs pour développement avancé d'application web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.1%
  • JavaScript 32.1%
  • CSS 14.2%
  • HTML 13.6%