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

https://github.com/alexchantastic/web-seed

A starter repository built on webpack for building small websites and simple prototypes
https://github.com/alexchantastic/web-seed

prototype webpack website

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# web-seed

A starter repository built on [webpack](https://webpack.js.org/) for building small websites and simple prototypes.

## Requirements

* [node](https://nodejs.org) (v14.18.x)

## 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 [http://localhost:3000](http://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 [http://localhost:3000](http://localhost:3000)
* `build` - Builds the project
* `build:dev` - Builds the development version of the project
* `lint` - Runs [eslint](https://eslint.org/) and [stylelint](https://stylelint.io/)