Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doganozturk/mamas-and-papas-landing
A landing page built with Gulp, jQuery and SASS.
https://github.com/doganozturk/mamas-and-papas-landing
babel gulp html5 jquery mobile-first sass
Last synced: 14 days ago
JSON representation
A landing page built with Gulp, jQuery and SASS.
- Host: GitHub
- URL: https://github.com/doganozturk/mamas-and-papas-landing
- Owner: doganozturk
- Created: 2017-06-23T23:21:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T10:29:49.000Z (over 7 years ago)
- Last Synced: 2024-11-13T20:41:06.623Z (about 2 months ago)
- Topics: babel, gulp, html5, jquery, mobile-first, sass
- Language: CSS
- Homepage: https://mamasandpapas.surge.sh
- Size: 633 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mamas & Papas
A landing page I created for studying purposes. App heavily uses Gulp for automating dev and build tasks and simple static front-end architecture with HTML5, SASS and jQuery.
## Demo
You can view the project running on live:
https://mamasandpapas.surge.sh/
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
If you want to set up a development environment for the project , you need these:
--- NodeJs v6.9.4
### Installing
To set up a development environment running first install the dependencies:
```
yarn
```Build sprite, css and js files with Gulp without minification or uglification on dev environment. This command also gives you a simple dev server with auto-reloading (Browser-Sync) going on:
```
npm run dev
```This serves static files from:
```
http://localhost:3000
```You can also use
```
npm run dist
```so you have production ready minified css, html and uglified js. Client still uses Gulp ``serve`` functionality for practical reasons but serving from
```
http://localhost:3001
```## Author
* **Doğan Öztürk** - [Github](https://github.com/doganozturk)