Giter VIP home page Giter VIP logo

uitest's Introduction

  • Jade

  • Stylus

  • Gulp

  • bower

  • partial templates written in jade are turned into html and included in index.html

  • css files are concatenated into styles.css

Usage

  • Code and file structure is managed and compiled by the Gulp.js build system (http://gulpjs.com/, https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
  • always work inside of the src folder (except when editing R or python files)
  • store html jade file templates inside jade folder at compilation the files will be merged in the index.jade -> index.html (review resource @ http://jade-lang.com/)
  • static scripts (js) should be stored in the scripts folder under src. At compilation, these scripts will be merged into one js file

--- DO THIS AT FIRST USE--

Install required packages:

  1. install node.js, if not already installed
  2. run following commands in command line in the directory which the code will be
  3. $ npm install -g -- to download node packages required for this project and store them globally(Only need to run when first pulling down code or when new node_packages are added in package.json)
  4. npm link pathway -- to link the global node_module to your local instance of the application
  5. $ npm run build -- to compile code which is placed in the root folder
  • Once compiled the code will be generated one folder level above the gulpfile.js in the project root directory

Compile code by running $ npm run build in command line while in the src directory

uitest's People

Contributors

halton88 avatar

Watchers

 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.