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

https://github.com/jongacnik/bam

app boiler plate
https://github.com/jongacnik/bam

Last synced: 10 months ago
JSON representation

app boiler plate

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)