colshacol / bofed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bofed

My Webpack/React/Micro "full-stack" boilerplate buddy.

Set Up

# clone it
git clone https://github.com/colshacol/bofed my-app-name
# get in it
cd my-app-name
# install stuff
yarn
# start development mode
yarn maid start

Development

Available scripts live and are documented inside maidfile.md. To run a script, run either yarn maid <scriptName> or npx maid <scriptName>. Which will require either yarn or npx to be installed.

TODO

Nothing to show.

About


Languages

Language:JavaScript 87.4%Language:CSS 8.1%Language:HTML 4.5%