Skip to content

besopmac/new-hotspot

Repository files navigation

Hotspot Plaza Hotéis

licence mit

Repositório para a nova arquitetura do projeto Hotspot Plaza Hoteis

Stack

Run the project locally

1. Prepare the environment:

$ npm install -g gulp-cli

2. Clone the project and install the dependencies:

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

3. Run static server and livereload:

$ gulp server

Folders Structure

.
├── README.md
├── LICENSE.md
├── CONTRIBUTING.md
├── out/
├── src/
|   ├── icons/
|   ├── assets/
|   |   ├── img/
|   |   ├── scripts/
|   |   |   └── script.js
|   |   └── css/
|   |       ├── modules/
|   |       └── style.styl
|   ├── partials/
|   |   ├── footer.pug
|   |   └── header.pug
|   ├── layouts/
|   |   └── default.pug
|   ├── projects.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 © Bruno N.

About

Repositório para a nova arquitetura do projeto Hotspot Plaza Hoteis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published