Skip to content

csshortcut/csshortcut-app

Repository files navigation

CSShortcurt APP

Projeto descolado <3

Stack

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

Run the project locally

1 - Clone the project and install the dependencies:

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

2 - Run static server and livereload:

$ npm start

Folders Structure

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

Automatic Tasks

  • $ npm run build: Compile, concat and minify all files.
  • $ npm start: 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