1.0.2 • Published 6 years ago

simplest-starter-ever v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Simplest Starter Ever

A lightweight webpack based frontend project. My workflow consists of usually creating an HTML/CSS version first. Then I can port it to WordPress, React, or just leave it as HTML/CSS. I wanted a simple starter with just webpack, babel, and sass.

Installation

npm i -g simplest-starter-ever

Usage

simplest-starter-ever newProjectName

*where newProjectName is the name of your project.

Start Dev Server

npm run dev

Build Prod Version

npm run build

Features:

When you run npm run build we use the extract-text-webpack-plugin to move the css to a separate file and included in the head of your index.html, so that the styles are applied before any javascript gets loaded. We disabled this function for the dev version, because the loader doesn't support hot module replacement.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.9.6

6 years ago

0.9.5

6 years ago

0.9.0

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago