Coder Social home page Coder Social logo

nuskin's Introduction

nuSkin Project Web Portal

nuSkin project base directory structure

==================================

Index

Requirements

  • NodeJS - v0.10+
  • Chrome Browser - latest

Installation & Serving

Run package installation in the console to get all necessary tools (node modules):

$ npm install

Associate Web Portal uses gulp for serving and building tasks. It should be used for any additional pre/post-processing tasks that can be accomplished using NodeJS.

Once you have all the node modules, gulp can then be used to serve the site locally:

$ gulp serve

This will serve AWP at http://localhost:3000/ from the /app folder. The port can be changed in gulpfile.js in the root folder.

Development Standards

Javascript -
AngularJS development should adhere to the John Papa Styleguide for any further additions or changes to the code. Structure and coding style should use the styleguide as much as possible. Use separate files for controllers, services, etc. named in lowercase with dashes for multiple words. For spacing, tabs are preferred as it is easier to set preference in code editors. Don't use jQuery or do DOM manipulations within controllers, use directives.

CSS -
Since styles are relatively minimal on AWP, there are few standards being used for CSS development. Work with the Twitter Bootstrap styles already loaded and use efficient, descriptive class names without deep selector nesting. AWP is not currently intended to have responsive styles.

HTML -
Uses Twitter Bootstrap for grid layout, along with Angular directives for handling view changes and form validation. Input types should be semantic, related to the type of data they will provide (e.g. number, text).

nuskin's People

Contributors

samirshah avatar samirshahdeloitte avatar

Watchers

Luke P. Issac 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.