GithubHelp home page GithubHelp logo

angularjs201707's Introduction

create app folder
create index.html at root
install html boilerplate extension
restart vs code
create boilerplate html
add a script tag to angular (get from google cdn, link is on angularjs.org)

npm init -y (create package.json)
npm install angular --save

update script tag to get angular from node_modules/angular
npm install lite-server --save

add a start script to package.json that calls lite-server
npm start
add ng-app directive to html or body tag

npm install json-server --save
add a script called backend that does:
"backend": "json-server ./db.json --watch --port 4000"
================
npm start
npm run backend
===============
list users
    look at the phonecat tutorial
    style guide 
    components instead of just controllers






angularjs201707's People

Contributors

craigmckeachie avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.