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
- Host: GitHub
- URL: https://github.com/fed/static-site-example
- Owner: fed
- Created: 2018-02-16T17:50:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T17:50:57.000Z (about 7 years ago)
- Last Synced: 2025-01-18T13:33:13.389Z (3 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |