Giter VIP home page Giter VIP logo

schedule's Introduction

Schedule App (Based on angular-seed)

A simple app to Schedule time, using Angular 1 with Components.

Install Dependencies

We have two kinds of dependencies in this project: tools and angular framework code. The tools help us manage and test the application.

  • We get the tools we depend upon via npm, the [node package manager][npm].
  • We get the angular code via bower, a [client-side code package manager][bower].

We have preconfigured npm to automatically run bower so we can simply do:

npm install

Run the Application

We have pre-configured the project with a simple development web server. The simplest way to start this server is:

npm start

Now browse to the app at http://localhost:8000/index.html.

Project Objectives

  1. Learn how to use Angular Components
  2. Learn how best to set up a SASS structure
  3. Work out an upgrade plan from AS1 to AS2

Project Notes

I used the simple angular-seed without a separate Build and Bin folder so I'll have to add a few things to the build process as I'd like to use SASS, Bootstrap and a few other things.

Also, to begin with I didn't want loads of extra build stuff to do.

For SASS

Used the Webstorm SASS compiler - See: Transpiling Sass, Less, and SCSS to CSS

Was a bit fiddly to see how to set the correct settings -

Arguments: --no-cache --update $FileName$:$FileParentDir$/app/css/$FileNameWithoutExtension$.css

Output paths to refresh: $FileParentDir$/app/css/$FileNameWithoutExtension$.css:$FileParentDir$/app/css/$FileNameWithoutExtension$.css.map

As well as building I'd like to set up a more definitive SASS structure to use in future projects.

SASS Structure and

Following:

Directory Layout

I'll organise the project per feature.

schedule's People

Contributors

4zm avatar addisonedwardlee avatar alexeygolev avatar alxfv avatar btford avatar cburgdorf avatar chmac avatar djebbz avatar elnur avatar gilhanan avatar gkalpak avatar ifedotov avatar igorminar avatar iprit avatar iszak avatar jeffbcross avatar jksdua avatar joewhite avatar juliemr avatar khobalt avatar mhevery avatar michaelneale avatar ngdashboard avatar pedrosanta avatar petebacondarwin avatar rolaveric avatar tbosch avatar tebriel avatar ventuc avatar vojtajina avatar

Watchers

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