Skip to content

Marcelosilva10/csshortcut-app

 
 

Repository files navigation

CSShortcurt APP

Projeto descolado <3

Stack

  • Task Runner: Gulp
  • HTML Template Engine: Pug
  • CSS Preprocessor: Stylus

Run the project locally

1 - Prepare the environment:

$ npm install -g gulp-cli

2 - Clone the project and install the dependencies:

$ git clone https://github.com/csshortcut/csshortcut-app.git
$ cd csshortcut-app
$ npm install

3 - Run static server and livereload:

$ gulp server

Folders Structure

.
├── README.md
├── LICENSE.md
├── CONTRIBUTING.md
├── out/
├── src/
|   ├── assets/
|   |   ├── img/
|   |   ├── scripts/
|   |   |   └── script.js
|   |   └── styles/
|   |       └── style.styl
|   ├── partials/
|   |   ├── footer.pug
|   |   └── header.pug
|   ├── layouts/
|   |   └── default.pug
|   └── index.pug
├── gulpfile.js
├── package.json
├── .editorconfig
└── .gitignore

Automatic Tasks

  • $ gulp build: Compile, concat and minify all files.
  • $ gulp server: Watch the files to build and start a static server.

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our roadmap the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License © Afonso Pacifer

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.3%
  • CSS 34.7%
  • JavaScript 11.0%