Coder Social home page Coder Social logo

gaikwad411 / angular-webpack-seed Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 8 KB

It is seed/template project for angularjs(version 1) applications where resources are bundled using webpack(version 2).

CSS 0.73% JavaScript 79.38% HTML 19.89%
javascript angularjs webpack seed template

angular-webpack-seed's Introduction

angular-webpack-seed

It is seed/template project for angular(version 1) application where resources are bunduled using webpack(version 2). Following libs are already added to the project

  1. Bootstrap 3 (sass for customizations)
  2. Font-awesome
  3. Jade
  4. Sass
  5. Developement Server

Directory structure

src/ ==> contains all the sources
    app/ ==> contains application main module's js, css
    config/ ==> configuration files
    modules/ ==> other modules developed
    app.yaml ==> For google app engine, you can directly upload the /dist folder on google app engine.
    app_init.js ==> trigger file for webpack
    index.html ==> App index html file
dist/ ==> build copy of src directory, this should be served by web server.

Gettings Started

Install node dependencies

npm install

Bower components install

First change the dir to src/app bower install

Start the app

npm run start-dev It will open browser tab with URL http://localhost:9000.

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.