https://github.com/jongacnik/bam
app boiler plate
https://github.com/jongacnik/bam
Last synced: 10 months ago
JSON representation
app boiler plate
- Host: GitHub
- URL: https://github.com/jongacnik/bam
- Owner: jongacnik
- Created: 2017-04-28T06:35:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T05:06:00.000Z (over 8 years ago)
- Last Synced: 2025-02-12T18:19:56.729Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
❗️️b❗️a❗️m❗️
My app boiler plate.
## Featuring
- [choo](https://github.com/choojs/choo)
- [gr8](https://github.com/jongacnik/gr8) + [ress](https://github.com/filipelinhares/ress)
- [bankai](https://github.com/choojs/bankai)
## Scripts
```bash
# start dev
npm start
# build dist
npm run build
```
*Assumes [bankai](https://github.com/choojs/bankai) installed globally*
## Notes
- Sometimes I swap out choo with [choop](https://github.com/yoshuawuyts/choop).
## Alias
I create a bash alias for cloning this repo:
```bash
# in .bash_profile
alias bam='git clone https://github.com/jongacnik/bam'
```
usage:
```bash
bam project-name
```
## See Also
- [bam-module](https://github.com/jongacnik/bam-module)