0.1.0 • Published 9 years ago
peapod-js v0.1.0
Peapod
Framework for future projects.
Getting your hands dirty
Requires nodejs installed
Homebrew users can brew install node
Fork the repo, then Clone your fork and navigate to peapod
git clone git@github.com:{YourAccount}/peapod.git peapod
cd peapodInstall dependencies
npm installBuild DLLs (common dependencies) and Imports
npm run compileBuild & watch examples
npm run examples-devThen visit http://localhost:3002.
Build & watch documentation
npm run docThen visit http://localhost:3001.
Build & watch for external use
npm run dev0.1.0
9 years ago