Giter Site home page Giter Site logo

efueger / autorenter-angular1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 821 KB

An Angular based implementation of the AutoRenter UI.

Home Page: https://autorenter-angular1.herokuapp.com/

License: MIT License

JavaScript 90.27% HTML 9.51% CSS 0.22%

autorenter-angular1's Introduction

Build Status

AutoRenter - Angular 1

An Angular based implementation of the AutoRenter UI.

Overview

These instructions will cover usage information for the UI.

Prerequisites

For now, the api must also be running for the UI to work properly. Please follow directions in the corresponding readme.

  • Make sure the project is at a location with minimal file path length (this is especially important in a Windows environment!). For this project we strongly recommend c:/aur/ui as the project root.
  • Install Git.
  • Install Node (tested on version 6.2.2)

How To

Unless otherwise noted, all terminal commands must be issued from the project's root directory.

Install project libraries

npm install

Run tests

Note that this will lint the code before running tests. No tests will run if lint errors are found.

npm test

Watch mode:

npm run test:watch

Start the app

To start the app with all debug logging enabled (recommended):

npm run dev

Browse the App

After successfully starting the UI app, you should be able to run the application by browsing to http://127.0.0.1:8080/.

Recommended Development Workflow

The following steps describe the recommended development workflow.

  1. Pull from the development branch.
  2. As described above:
  3. Install project libraries.
  4. Run tests.
  5. Start the UI.
  6. Browse the UI.

If you encounter problems with any of this, please see the Troubleshooting section, below.

If you are implementing a new feature, in addition to the previous steps you should:

  1. Create a feature branch by branching off of development.
  2. Implement your feature. Note that during this process you should regularly (at least 1x/day) merge the development branch into your feature branch to ensure your code is staying current with work being done by the rest of the team.
    1. Develop
      1. Make changes to code, scripts, unit tests, etc.
      2. Lint your code.
      3. Run the tests.
      4. Browse the UI.
      5. Repeat until you have something meaningful to commit to your feature branch.
    2. Commit changes to your feature branch.
    3. Repeat these feature implementation steps until the feature is ready to review.
  3. Open a pull request to merge your feature branch into development.

Troubleshooting

npm "Maximum call stack size exceeded"

  • Try running npm install again. After a few tries it will finally succeed. Usually.

Style Guide

Please refer to the team's Angular 1 Style Guide, located here.

Contributing

Please read the CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Fusion Alliance for the initiative to create a community of open source development within our ranks.

autorenter-angular1's People

Watchers

 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.