2.1.1 • Published 5 years ago

@alexchantastic/web-seed v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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 yarn install

Quick Start

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

Commands

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