/lent-a-cal

Locadora de carros ficticia do Cineza Colpolation - Aprendizado Front-end

Primary LanguageHTML

# Cineza Lent a Cal - Projeto de Aprendizagem Front-end

Access the website

This project uses:

Getting Started

Installation

First of all, install the dependencies to run this boilerplate.

# Clone this repository
git clone git@github.com:ricardogouveia3/lent-a-cal.git
cd lent-a-cal.git

# install dependencies
npm install

After that, you should be good to go :)

Folders/Files Structure

├── assets/
│   ├── css/
│   │   └── *.sass
│   │   └── *.css
│   ├── img
│   │   └── *.png
│   │   └── *.jpg
│   │   └── *.svg
│   │   └── favicon.ico
│   ├── js/
│   │   └── *.js
├── Gruntfile.js
├── index.html
├── index.pug
├── package.json
├── README.md

These structure will change during the project.

Code Standarts

Not implemented yet.

Tasks

  • grunt uglify: uglifies raw.js file into index.min.js

  • grunt concat: concat index.min,js into index.js

  • grunt sass: build [everything].sass into style.css

  • grunt watch: call for watch files

  • grunt: run all default tasks continuously; start local server

License

MIT License © Ricardo Álvaro Gouveia Gomes Filho