Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mudaston/uber
- Owner: mudaston
- Created: 2021-01-18T09:55:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T18:12:53.000Z (about 2 years ago)
- Last Synced: 2024-10-11T23:20:19.378Z (about 1 month ago)
- Topics: autoprefixer, bootstrap, bootstrap4, browsersync, cleancss, gulp, jade, pug, sass, study
- Language: SCSS
- Homepage: https://mudaston.github.io/Uber/
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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