Skip to content

A starter repository built on webpack for building small websites and simple prototypes

Notifications You must be signed in to change notification settings

alexchantastic/web-seed

Repository files navigation

web-seed

A starter repository built on webpack for building small websites and simple prototypes.

Requirements

Installation

  1. Clone the repository
  2. cd into the created directory
  3. Run bootstrap

Quick Start

After the install has completed, run start to launch a local server at https://localhost:3000. Any changes you make to will compile the respective assets and refresh the page automatically.

Commands

The following commands are available via yarn or npm run.

  • start - Builds the project and launches a local server at https://localhost:3000
  • build - Builds the project
  • build:dev - Builds the development version of the project
  • lint - Runs eslint and stylelint

About

A starter repository built on webpack for building small websites and simple prototypes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published