Skip to content

julian-kuroiwa/Banco-Neon

Repository files navigation

Banco Neon

This project is a Banco Neon test for front-end Developer

Installation

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

# Clone this repository
$ git clone git@github.com:julian-kuroiwa/Banco-Neon.git
$ cd Banco-Neon

# install gulp globally
$ npm install -g gulp

# install dependencies
$ npm install

With the commands above, you have everything to start.

Code Standards

This project uses eslint and .editorconfig is defined to have indent_size of 4 spaces.

This project also uses Husky to prevent commit and push messy and wrong code.

Tasks

  • gulp: run all tasks and initialize watch for changes and a server
  • gulp js: execute js files
  • gulp html: compile html files
  • gulp sass: compile sass files
  • gulp images: compress image files
  • gulp browser-sync: inicialize a server
  • gulp watch: call for watch files
  • gulp build: run all tasks and deploy files to gh-pages

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Project for Banco Neon

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published