https://github.com/renvasco/Uber
Unfinished uber site. Layout with PUG(JADE)
https://github.com/renvasco/Uber
autoprefixer bootstrap bootstrap4 browsersync cleancss gulp jade pug sass study
Last synced: 8 months ago
JSON representation
Unfinished uber site. Layout with PUG(JADE)
- Host: GitHub
- URL: https://github.com/renvasco/Uber
- Owner: mudaston
- Created: 2021-01-18T09:55:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T18:12:53.000Z (over 3 years ago)
- Last Synced: 2024-12-26T07:42:24.365Z (over 1 year 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


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