@alexchantastic/web-seed
v2.1.1
Published
A starter repository built on webpack for building small websites and simple prototypes.
Readme
web-seed
A starter repository built on webpack for building small websites and simple prototypes.
Requirements
Installation
- Clone the repository
cdinto the created directory- 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 projectyarn build:dev- Builds the development version of the projectyarn dev- Builds the project and launches a local server at http://localhost:3000yarn lint- Runs eslint and stylelint
