GithubHelp home page GithubHelp logo

isabella232 / spa-seed.front-end.angularjs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kriasoft/spa-seed.front-end.angularjs

0.0 0.0 0.0 240 KB

A single-page application (SPA) project template based on AngularJS

License: MIT License

JavaScript 22.90% CSS 77.10%

spa-seed.front-end.angularjs's Introduction

AngularJS SPA Front-end Starter Kit

AngularJS SPA Front-end Starter Kit is an application skeleton for a typical single-page application (SPA) based on AngularJS. You can use it to quickly bootstrap your web application projects and dev environment for these projects. It includes the following set of pre-configured dev tools at your disposal: Browserify, Gulp, Karma, Protractor...

Directory Layout

.
├── build                       # A compiled version of the app
├── docs                        # Documentation files
├── node_modules                # Node.js dev tools and utilities
├── public                      # Public / static files: favicon.ico etc.
├── src                         # The source code of the application
│   ├── controllers
│   ├── directives
│   ├── images
│   ├── services
│   ├── styles
│   ├── views
│   └── ...
├── test                        # Unit, integration and load tests
│   ├── e2e                     # End-to-end tests
│   └── unit                    # Unit tests
└── ...

Getting Started

To get started you can simply clone the repo and install the dependencies:

> git clone https://github.com/KriaSoft/SPA-Seed.Front-end.AngularJS.git MyApp
> cd MyApp                      # Navigate to the newly created project's directory
> npm install -g gulp           # Install Gulp task runner globally
> npm install                   # Install node.js components listed in ./package.json

To compile and run the application do:

> gulp

Now browse to the app at http://localhost:8000/

SPA-Seed Repositories

Authors

Copyright

  • Source code is licensed under the MIT License. See LICENSE file in the project root.
  • Documentation to the project is licensed under the CC BY 4.0 license.

spa-seed.front-end.angularjs's People

Contributors

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