A build tool that integrates webpack's react project best practices configuration.
install
npm i -g a8k
# or
npm i -D a8k
init project
k create [projectName]
start devServer
k dev
start devServer for ssr
k dev -s
build
k build
test
k test
A8k is organized as a monorepo using Lerna. Useful scripts include:
Installs package dependencies and links packages together - using lerna
Push a release to git and npm will ask for version in interactive mode - using lerna.
boolean check if code conforms to linting rules - uses remark & eslint
boolean check if unit tests all pass - uses jest