Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mudaston/uber

Unfinished uber site. Layout with PUG(JADE)
https://github.com/mudaston/uber

autoprefixer bootstrap bootstrap4 browsersync cleancss gulp jade pug sass study

Last synced: 8 days ago
JSON representation

Unfinished uber site. Layout with PUG(JADE)

Awesome Lists containing this project

README

        

# :taxi: Uber













![GitHub repo size](https://img.shields.io/github/repo-size/mudaston/Uber?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mudaston/Uber?style=for-the-badge)

Unfinished uber site.


## Demo

[mudaston.github.io/Uber](https://mudaston.github.io/Uber/)


## Screenshots

TABLET



___

PC



## System Requirements

- [git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/en/)


## Run Locally

Clone the project

```bash
git clone https://github.com/mudaston/Uber.git
```

Go to the project directory

```bash
cd Uber
```

Install dependencies

```bash
npm install
```

Start the server

```bash
gulp
```

Open in a browser

```bash
http://localhost:3000
```


## Lessons Learned

In this project, I tried the PUG template engine (JADE).
And it's very useful, especially when you don't want to copy your code, but just keep it in one file and then include that file wherever you need to.


## Additional

I don't like the Bootstrap library... just... don't like