https://github.com/alterx/choo-browserify-beaker-starter
https://github.com/alterx/choo-browserify-beaker-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alterx/choo-browserify-beaker-starter
- Owner: alterx
- Created: 2018-01-18T22:00:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T22:00:51.000Z (over 7 years ago)
- Last Synced: 2025-02-13T16:44:07.644Z (3 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Choo Beaker webapp starter
This repo provides a quick way to start hacking a webapp for Beaker Browser.
## What's inside?
* Choo
* Less for styling
* Browserify
* A bunch of prod optimizations
* Code splitting via `split-require`## How to start?
* Install Beaker Browser
* Follow [these](https://beakerbrowser.com/docs/using-beaker/#how-to-create-a-website) instructions to create a new site
* Clone this repo
* Remove the `.git` folder
* `npm install`
* `npm run dev`
* Follow [these](https://beakerbrowser.com/docs/using-beaker/#adding-files-to-a-site) instructions to add the files to your site
* Start creating! :DAlternatively, you could spin a dev server such as [lite-server](https://github.com/johnpapa/lite-server) by running `npx lite-server` inside the root folder.