Skip to content

meetupCSS/frontendweek-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Week 2k18

Access the website

This project uses:

Getting Started

Installation

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

# Clone this repository
git clone [email protected]:frontendweek/frontendweek-website.git
cd frontendweek-website.git

# install dependencies
npm install

After that, you should be good to go :)

Folders/Files Structure

├── assets/
│   ├── css/
│   │   └── *.sass
│   ├── img/
│   ├── js/
│   │   ├── modules/
│   │   └── index.min.js
├── includes/
│   └── *.pug
├── Gruntfile.js
├── index.pug
├── package.json
├── README.md

These structure will change during the project.

Tasks

  • grunt concat: concat modules/*.js into index.min.js

  • grunt uglify: uglifies index.min.js into itself

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

  • grunt autoprefixer: adds vendor prefixes to style.css

  • grunt imagemin: optimize *.jpg,*.png,*.svg inside assets/img

  • grunt pug: generates index.html from index.pug + includes/*.pug

  • grunt compile: run concat, uglify, sass, autoprefixer, imagemin, pug; does not start server

  • grunt: run watch [tasks: pug, sass, concat] and start BrowserSync local server

License

MIT License

About

Site do FrontendWeek SP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.2%
  • HTML 39.6%
  • CSS 20.2%