/news_site_angular_es6

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

Primary LanguageHTML

#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.