8000 GitHub - brneto/repo-searcher: Github Repo Information Searcher
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brneto/repo-searcher

Repository files navigation

My First AngularJS#

Updated: 2018-01-17

This app I've made with the goal to learn how to use the basics of AngularJS with WebPack, Babel, Eslint and ES6 Syntax.

What is AngularJS

AngularJS is an open-source framework in JavaScript. It was created and maintained by Google as an alternative to other JavaScript frameworks to make single-page applications easier.

It is an MVC (Model-View-Controller) framework so a brief understanding of MVC is suggested, but not required, to use this tutorial.

Folder Per Features Structure Approach Guidelines

https://johnpapa.net/angular-app-structuring-guidelines/

https://scotch.io/tutorials/angularjs-best-practices-directory-structure/

0