Istar-Eldritch / es6-showcase

Angular 1.x using es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 1.x es6-showcase

This project is intended to show a possible pipeline to develop angular 1.x with transpiled es6 code using babel.

Dependencies

This showcase uses npm for package managment and also sass. You'll need the npm package manager and the ruby sass gem.

Making it work

  • Navigate to the project project folder with your favorite terminal.
  • execute "npm install" and wait for the script to finish
  • execute "npm start" this will launch a server in the port 8080
  • navigate to http://127.0.0.1:8080

Gulp tasks

  • sass - Compiles the SASS into CSS
  • html - Creates a js file containing the templates
  • js - Transpile the es6 code to es5
  • fonts - Search for fonts in the project and moves them to the public folder
  • build - Executes all the previus commands
  • watch - Watch for changes in the directory and executes the previous commands in response to modifications.

About

Angular 1.x using es6


Languages

Language:JavaScript 84.4%Language:HTML 11.6%Language:CSS 3.9%