Coder Social home page Coder Social logo

sophieproud / angular-base-apps-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from base-apps/angular-base-apps-template

0.0 0.0 0.0 99 KB

Starter template for Angular Base Apps project

Home Page: http://base-apps.github.io/angular-base-apps/templates/angular-base-apps-template

JavaScript 25.50% CSS 65.27% HTML 9.23%

angular-base-apps-template's Introduction

Angular Base Apps Template

This is a starter project for web application based on Angular Base Apps, powered by Babel and Brunch. It provides you with a sensible defaults to bootstrap your application on a modern language platform with compile time safety across the entire stack of static resources.

Build Status

Features

  • ES6 by default
  • Reloading of resource on save
  • Modular folder-by-feature architecture
  • Javascript/CSS/HTML minification for production
  • Karma for unit tests
  • ESlint for linting

Requirements

You'll need the following software installed to get started.

Get Started

Clone this repository, where app is the name of your app.

git clone [email protected]:base-apps/angular-base-apps-template.git starter

Change into the directory.

cd starter

Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured.

npm install

While you're working on your project, run:

npm start

This will compile your front end resource and assemble your Angular app. Now go to localhost:3333 in your browser to see it in action.

To build your app for production, run:

npm run production

To run unit tests with karma:

npm test

Running in Vagrant box

You can add following lines to your index.hmtl to resolve websocket issues.

<script>
  window.brunch = window.brunch || {};
  window.brunch.server = 'guest_ip_address';
</script>

angular-base-apps-template's People

Contributors

gakimball avatar soumak77 avatar tolyo avatar antjanus avatar thebrownfox avatar franbenz avatar toddhickerson avatar bmcmurray avatar cgreening 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.