Skip to content

idmarjr/frontendpath

Repository files navigation

Front-end Path

A corret path to front-end development - http://www.frontendpath.com

brand

Contributing

Besides being large, the web also evolves constantly. Therefore, this project has a long way to go. The guide's content is in the folder source/guia.

Soon I will open issues for collaboration.

Once you've made your great commits:

  1. Fork the project
  2. Create your feature branch: git checkout -b my_feature
  3. Push to the branch: git push origin my_feature
  4. Submit a pull request!

Run locally the project

This project was developed in a static generator, the Middleman.

  1. First, install last version of Ruby

  2. Install Bundler:

    $ gem install bundler
    
  3. Clone it:

    $ git clone [email protected]:fernahh/frontendpath.git
    
  4. Go to project's folder:

    $ cd frontendpath
    
  5. Install dependencies

    $ bundle
    
  6. Run the project

    $ middleman server
    

References

Without these references, no doubt the guide could not be possible. Thanks to all the authors.

  • Introduction
    • High Performance Web Sites, by Steve Souders
    • HTML5: Up and Running, by Mark Pilgrim.
  • Semantic
    • About HTML semantics and front-end architecture, by Nicolas Gallagher.
    • HTML5 For Web Designers, by Jeremy Keith.
  • Acessibility
    • Web Content Accessibility Guidelines, by W3C.
    • Coletânea Front-end, by Reinaldo Ferraz.
  • CSS
    • Object Oriented CSS, by Nicole Sullivan.
    • Scaleble and Modular Architetura for CSS, by Jonathan Snook.
  • JavaScript
    • High Perfomance JavaScript, by Nicholas Zakas.
    • Secrets of JavaScript Ninja, by John Resig and Bear Bibeault.

Maintainer

Luiz Fernando Rodrigues - http://blog.fernahh.com.br

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A correct path to front-end development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.4%
  • CSS 26.9%
  • HTML 24.5%
  • Ruby 7.2%