https://github.com/hirako2000/polypack-potatoes
Sample landing page built with polypack
https://github.com/hirako2000/polypack-potatoes
basscss design frontend infernojs landing-page polypack webpack
Last synced: about 1 month ago
JSON representation
Sample landing page built with polypack
- Host: GitHub
- URL: https://github.com/hirako2000/polypack-potatoes
- Owner: hirako2000
- License: mit
- Created: 2017-06-05T18:54:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T21:09:11.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T05:37:49.020Z (3 months ago)
- Topics: basscss, design, frontend, infernojs, landing-page, polypack, webpack
- Language: JavaScript
- Size: 3.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polypack-potatoes
Simple landing page built with [Polypack](http://github.com/hirako2000/polypack)
[Live Demo](https://eager-potatoes.surge.sh/)
### Inspiraton
More than that, almost an implementation of [Potato-landing-page](https://dribbble.com/shots/2042501-Potato-landing-page) from [Eldin Herić ](https://dribbble.com/eldinheric)
### Motivation
Just playing with [Basscss](http://basscss.com/) to experiment mostly with its grid system and spacing utilities.
#### Size
```
Asset Size Chunks Chunk Names
potatoes.css.map 89 bytes 0 [emitted] potatoes
potatoes.js 21.9 kB 0 [emitted] potatoes
potatoes.vendor.js 51.4 kB 1 [emitted] potatoes.vendor
potatoes.css 4.65 kB 0 [emitted] potatoes
potatoes.vendor.css 9.89 kB 1 [emitted] potatoes.vendor
potatoes.vendor.css.map 96 bytes 1 [emitted] potatoes.vendor
index.html 418 bytes [emitted]
```
#### Size (gzipped)
```
Asset Size Chunks Chunk Names
potatoes.js.gz 3.09 kB [emitted]
potatoes.css.gz 1.98 kB [emitted]
potatoes.vendor.css.gz 2.31 kB [emitted]
potatoes.vendor.js.gz 15.4 kB [emitted]
index.html 418 bytes [emitted]
```### HOWTO
Simply fork, or download the zip content of this repo.
#### Prerequisite
- Node.js#### Run
```bash
npm install # installs deps
``````bash
npm start # starts the app in dev mode
```
```bash
npm run build # builds app for production
```
#### Browse
- [http://localhost:3000/](http://localhost:3000) - root (single page)### Contributing
Well not much to add in there really