frangelli / news_site_angular_es6

A responsive news site made with AngularJS and using the new features of ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#News Site developed with Angular and ES6.

The project was developed using Babel as transpiler for ES6 code and Webpack to build.

To see the demo: DEMO

##Development

###Requirements

You should have installed: node , npm , bower

To run the project in development environment run the following commands inside the root directory:

1- npm install

2- bower install

3- npm start

##Build for production

For while, I've just created the script to build the JS files.

npm deploy

The command above will generate the dist folder with the build.js file.

About

A responsive news site made with AngularJS and using the new features of ES6


Languages

Language:HTML 44.4%Language:JavaScript 35.8%Language:CSS 19.8%