https://github.com/kuncevic/webpack-landing-generator
Easy way to create landing page that converts #paindreamfix
https://github.com/kuncevic/webpack-landing-generator
landing landing-page static-site-generator static-website webpack webpack-landing-generator
Last synced: about 1 year ago
JSON representation
Easy way to create landing page that converts #paindreamfix
- Host: GitHub
- URL: https://github.com/kuncevic/webpack-landing-generator
- Owner: kuncevic
- Created: 2019-08-26T11:04:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T02:01:02.000Z (over 6 years ago)
- Last Synced: 2025-03-25T03:11:46.537Z (about 1 year ago)
- Topics: landing, landing-page, static-site-generator, static-website, webpack, webpack-landing-generator
- Language: CSS
- Homepage: https://webpack-landing-generator.now.sh/
- Size: 2.1 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Landing Generator
💡 Easy way to create landing page that converts using [webpack](https://webpack.js.org/) and [pain, dream, fix](https://www.google.com.au/search?q=pain+dream+fix).
📋 Paste your text and go 👍
### 🧞 Installation
```
git clone https://github.com/kuncevic/webpack-landing-generator
cd webpack-landing-generator
npm install
npm install -g nodemon
```
### 🚀 Start dev server
```
npm start
```
### 🎉 Open browser and enjoy
```
http://localhost:8080
```
### ✅ Build prod and deploy
```
npm run build
```
### 📦 Switch content by changing params in package.json
```
"start": "npm run start:dev -- demo",
"build": "npm run build:prod -- demo"
```
### 💊 Features
- Simplest base template
- Full control over the html/css
- JSON-based content
- Google analytics
- Pain, dream fix
- Paste your text and go
### 🤝 Credits
[webpack-starter](https://github.com/wbkd/webpack-starter) - magically builds for dev and prod.
[simplest-startup-starter](https://github.com/bdavidxyz/simplest-startup-starter) - simple jquery template by [David Boureau](https://twitter.com/bdavidxyz)
[understanding-pain-dream-fix](https://www.antonsten.com/understanding-pain-dream-fix) - pain, dream, fix approach by [Anton Sten](https://twitter.com/antonsten)
[building-the-perfect-sales-page](https://jonathanstark.com/building-the-perfect-sales-page) - step-by-step guide how to build perfect landing by [Jonathan Stark](https://twitter.com/jonathanstark)