0.6.0 • Published 4 years ago

@supergeneric/builder v0.6.0

Weekly downloads
8
License
UNLICENSED
Repository
github
Last release
4 years ago

@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.