Skip to content
/ launch Public template

A simple boilerplate project to help reduce the set up time of new static web projects.

Notifications You must be signed in to change notification settings

manlikeemkay/launch

Repository files navigation

🚀 Launch

Autoprefixer Babel BrowserSync Foundation Gulp jQuery Node.js NPM Prettier

Launch

Introduction

Launch is a simple boilerplate project to help reduce the set up time of new static web projects. It provides a simple base of which websites can be built upon. It uses various tools, web technologies and frameworks to accomplish this - they are as follows:

🐙 Get Started

  1. Create a new directory for your project and navigate into it.

    mkdir my-project
    cd my-project
  2. Clone the Launch repository into the current folder.

    git clone https://github.com/manlikeemkay/launch.git .
  3. Install build and application dependencies.

    npm install
  4. Build and serve the application (This will start a local server and point a browser to the correct address).

    gulp
  5. Get started! Make changes to the index.html file and the browser will refresh automatically once the application has been rebuilt.

💡 Contributing

  1. Fork this repository.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request!

📚 Acknowledgements

Comprehensive system fonts: https://css-tricks.com/snippets/css/system-font-stack/ by @geoffreygraham.

Flat UI colour scheme (British palette): https://flatuicolors.com/palette/gb.

Metadata badges: https://shields.io/.

Migrating to Gulp 4: https://www.sitepoint.com/how-to-migrate-to-gulp-4/.

The MIT License: https://opensource.org/licenses/MIT.

⚖️ License (MIT)

Copyright © Mohamed Kherroubi.

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.