@supergeneric/builder
v0.6.0
Published
For faster, better building of apps.
Downloads
19
Readme
@supergeneric/builder
Requirements
Get Started (from within a new project folder)
git init
npm init
yarn add -D @supergeneric/builder
yarn generate
yarn dev
# code stuff in src/client/components/App.jsx and hit save!
Exposed Commands
yarn generate
- generates the initial scaffolding. Use this only once to setup a project.yarn dev
- runs the dev server. Use this for most development work.yarn build
- builds the project into the/dist
folder. This is a deployable distribution.