Git Product home page Git Product logo

closer-website's Introduction

Projeto Web

Getting Started

Installation

First of all, install the dependencies.

# Clone this repository
$ git clone [email protected]:eltonvs/projeto_web.git
$ cd projeto_web

# install gulp globally (may require sudo)
$ npm install -g gulp

# install dependencies
$ npm run setup

# start watches and BrowserSync
$ npm start

Folders and Files

├── build
│   ├── css
│   │   └── style.css
│   ├── img/
│   ├── js
│   │   └──  main.js
│   ├── styleguide/
│   ├── index.html
├── src
│   ├── css/
│   ├── data/
│   ├── helpers/
│   ├── img/
│   ├── js/
│   ├── pug
│   │   ├── templates/*.pug
│   │   └── index.pug
│   └── styl
│       ├── _core/*.styl
│       ├── pages/*.styl
│       └── style.styl
├── README.md
├── gulpfile.js
├── package.json

Tasks

  • npm start: run all tasks and initialize watch for changes and a server
  • npm test: lint javascript and css
  • npm run setup: install all dependencies
  • npm run fix: command to fix all eslint errors
  • npm run reporter: test css complexity
  • npm run build: run all tasks to build
  • npm run deploy: deploy application to gh-pages branch
  • npm run html: compile html files
  • npm run js: compile js files
  • npm run css: compile css files
  • npm run images: compress images files
  • npm run svg: compress svg files
  • npm run icons: generate sprite of icons

closer-website's People

Contributors

eltonvs avatar

Watchers

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