Giter Site home page Giter Site logo

frond-website's Introduction

Frond Website

Folder Structure

|--Frond Website
    |-- node_modules (not in repo)
    |-- src
    |-- dist (not in repo)
    |-- favicon.ico
    |-- humans.txt
    |-- index.html
    |-- package.json
    |-- references.md

|-- node_modules all modules required for Grunt (this is generated by npm install)

|-- src contains our javascript and scss

|-- dist contains all compiled JavaScript and css

|-- favicon.ico is the basic favicon for the site

|-- humans.txt tells us who has worked on the project, who helped, and what technologies were used

|-- index.html is the basic page markup (distilled from the HTML5 Boilerplate).

|-- references.md is a list of links researched to inform this template

Note: Please view README.md files within each folder for more info

Setting up the project

|-- package.json is set to install the latest module versions compatible with grunt~0.4.1.

Run (in this directory):

npm install

This will install all the node modules you require.

To begin working on the project run:

grunt

Modernizr

If needs be this task can be run using:

grunt modernizr

This will build your custom modernizr file based on features you have used in your css and js

Installing new packages

For new Grunt modules run:

npm install <package name> --save-dev

The flag --save-dev will save the version number to package.json so that everyone has the same versions.

For new Compass plugins (or Ruby Gems) run:

gem install <plugin name>

Then inside the grunt file under compass, options add

require '<plugin name>'

and then import it into the Sass file

@import "<plugin name>"

frond-website's People

Contributors

rjbultitude avatar

Watchers

 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.