Giter VIP home page Giter VIP logo

angular-contacts's Introduction

angular-contacts

A contacts application using Spring Boot + AngularJS by Kean Ching.

Features

  • Advanced routing using ui-router (sticky tabs)
  • Integration with Spring restful endpoints
  • Bootstrap theme
  • Project structure organized by features
  • Following conventions of the angular style guide

Online demo

Located at https://intecore-angular-contacts.herokuapp.com

Running locally

  • mvn spring-boot:run
  • Open url in browser: http://localhost:8080
  • Optionally, set spring.profiles.active property to specify the environment, for example: mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=prd"

Build and deploy

  • grunt then mvn package to create a deployable war file

Follow instructions below for local development

Install Git

  • Install git from git-scm.com
  • Verify install with git --version

Install Node.js

  • Download from nodejs.org and install
  • Verify with node -v

Update npm

Node comes with npm installed so you should have a version of npm. However, npm gets updated more frequently than Node does, so you'll want to make sure it's the latest version

  • npm install -g npm
  • Verify with npm -v

Install Grunt

  • npm install -g grunt-cli
  • Verify with grunt --version

Install Bower (optional)

  • npm install -g bower
  • Verify with bower -v
  • bower install

devDependencies are for the development-related scripts, e.g. unit testing, packaging scripts, documentation generation, etc.
dependencies are required for production use, and assumed required for dev as well.

Install npm dependencies

  • npm install

Build js files

  • grunt

Watch files while developing

  • grunt watch

angular-contacts's People

Contributors

intecore avatar keanching avatar

Watchers

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