An open API service indexing awesome lists of open source software.

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

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)