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

https://github.com/fed/static-site-example

Sample setup for simple static sites
https://github.com/fed/static-site-example

Last synced: about 2 months ago
JSON representation

Sample setup for simple static sites

Awesome Lists containing this project

README

        

# static-site-example

## Prerequisites

* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)

## Development Tasks

| Command | Description |
|---------|-------------|
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Run the app in development mode with live reload on `http://localhost:6789` |
| `yarn build` | Generate an optimised, production-ready `build` folder |