Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofi-bel/how-to-learn
A landing page about educational techniques and statistics in teaching.
https://github.com/sofi-bel/how-to-learn
adaptive-layouts adaptive-web-design bem css3 flexbox grid html5 media-queries mobile-first pug relative-units responsive-layout responsive-web-design scss semantic-layout web-accessibility webpack webpack5 youtube-api
Last synced: 2 months ago
JSON representation
A landing page about educational techniques and statistics in teaching.
- Host: GitHub
- URL: https://github.com/sofi-bel/how-to-learn
- Owner: sofi-bel
- License: gpl-3.0
- Created: 2021-10-05T02:57:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T05:28:47.000Z (9 months ago)
- Last Synced: 2024-04-13T20:06:35.621Z (9 months ago)
- Topics: adaptive-layouts, adaptive-web-design, bem, css3, flexbox, grid, html5, media-queries, mobile-first, pug, relative-units, responsive-layout, responsive-web-design, scss, semantic-layout, web-accessibility, webpack, webpack5, youtube-api
- Language: Pug
- Homepage: https://sofi-bel.github.io/how-to-learn/
- Size: 9.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Stack
- HTML5 & CSS3
- Pug
- SCSS
- Flexbox
- CSS grid
- BEM
- Adaptive web design
- Responsive web design
- Mobile first
- Media queries
- Web accessibility
- Relative units
- Semantic layout
- Webpack## Build Setup
Clone the repo
```
git clone https://github.com/sofi-bel/how-to-learn.git
```Install dependencies
```
npm install
```Server with hot reload at http://localhost:9000/
```
npm run start
```Production Build
```
npm run build
```Development mode
```
npm run dev
```### Demo
[Look at the result.](https://sofi-bel.github.io/how-to-learn/)