Git Product home page Git Product logo

webcv-skeleton's Introduction

webcv-skeleton

This is the skeleton project which I built on my personal site. It's built on Angular2 ES2015. It includes a custom build script that generates compressed output for deployment.

Required folder structure:

  • ./lib: thirdparty and utility scripts
  • ./src: source root
    • /app: Angular modules (any structure is tolerated)
    • /resources: CSS, images, fonts, etc. (any structure is tolerated)
    • favicon.ico
    • index.html

Build script usage

Install dependencies via npm: npm i

Clean and Build project: npm run-script build

Clean output: npm run-script clean

Launch site: npm run-script launch

Build output

  • ./out: output root
    • /components: all HTML sources are minified and collected into this folder - also links to files are resolved
    • /lib: copy of ./lib folder
    • /resources: copy of ./src/resources; JSON files are minified
    • app.js: all JS sources are ordered in a dependency tree and collected into this single minified file; this should be linked in index.html
    • favicon.ico
    • index.html: minified copy of ./src/index.html

Credits and dependencies

This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

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.