Giter Club home page Giter Club logo

frontend-bootstrap's Introduction

FEArmy

Frontend Bootstrap

Kickoff for landing pages & multi-page websites.

Main Tools

First steps

Installing node

Get the latest version of node from the official website or using nvm Nvm approach is preferred. Also, you may find this tool useful to automate version changing between projects.

Getting the dev dependencies

Run npm i from rootpath of the project.

Development

Run the project

After doing npm i, execute npm start. This will run the project instance in:

  http://localhost:3000/

We use HTTPS protocol to make our site secure and also because it's required for some cool webpack configurations and it will allow us to develop a custom service worker.

SCSS

When creating SCSS files you don't need to import other files inside yours to use properties from them. There's a specific file called application.scss where every SCSS file should be imported in the desired priority order. This works just like the stylesheet elements in the head of an html, when repeated rules are present the rule that was imported last will override the other.

Further reading

Check the docs folder for extra help on usual tasks or issues:

Contributing

check this document.

About

This project is maintained by The Front-End Army and it was written by Wolox.

Wolox

frontend-bootstrap's People

Contributors

damfinkel avatar dependabot[bot] avatar dinuuu avatar frankiglesias avatar heyimnowi avatar mishuagopian avatar sbalay avatar skolz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

frontend-bootstrap's Issues

Mejorar README

Se podría agregar (entre otras cosas) documentación sobre cada task de gulp

Would it be possible not to depend on Ruby?

I know this is not a big issue but it would be nice not to depend on Ruby. Currently we rely on Ruby gems beings installed in order to install scss_lint. Is there any way to install scss_lint using an npm package?

Local storage service

The keys that are stored in the browser's local storage should be the result a hash function between the dev environment name, the app name and the key name

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.