Coder Social home page Coder Social logo

goseniorassassinfrontend's Introduction

seniorassassin Frontend

seniorassassin Frontend is the frontend server component for the seniorassassin project.

It uses AngularJS as its framework, NPM for package management, webpack for builds, and Karma for testing.

Usage

# Run a dev server at localhost:8080
npm start

# Full production build, in dist/
npm run build
# not-quite-production build (in dist/), but way way faster
npm run build-dev

# Clean up any prior builds
npm run clean

# Run test cases
npm run test
# Run test cases (and try to fix simple issues)
npm run test-browsers

# Style-check the source code
npm run lint
# Style-check the source code (and try to fix simple issues)
npm run lint-fix

Installation

Have git, node, and npm installed, and then follow these steps:

# Download this repository via git
git clone https://github.com/seniorassassin/Frontend.git
# or download a zip from: https://github.com/seniorassassin/Frontend/archive/master.zip
# Move to the fetched directory
cd Frontend
# Install dependencies
npm install

VERY IMPORTANT: copy the app.config.template.json to app.config.json and replace the placeholders with your desired values. All the <<ENDPOINT>> templates MUST be filled in. The WebSocket and API endpoints are required. Set sentryDSN to a blank string if you do not want to use Senty.

Development

# Start a new feature branch, based on dev
git checkout -b my-feature dev

# Start a dev server and make your changes
npm start

# Test them, these should pass with 0 issues:
npm run lint
npm run test

# Silly whitespace errors? This can fix most of them:
npm run lint-fix

# Commit your changes
git commit -m "I did some cool stuff"
git push my-github my-feature

License

Source code released under the GPLv3 License (GPLv3).

The assets have a variety of licenses, see src/assets/README.md for their licensing information.

goseniorassassinfrontend's People

Watchers

James Cloos avatar  avatar Andrew Eggleston 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.