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
- Host: GitHub
- URL: https://github.com/alexchantastic/web-seed
- Owner: alexchantastic
- Created: 2016-04-10T19:48:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:45:32.000Z (over 3 years ago)
- Last Synced: 2025-10-13T19:50:13.435Z (9 months ago)
- Topics: prototype, webpack, website
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/)