bowdrill
v0.7.2
Published
Simple application bootstrapper
Readme
Bowdrill
Simple application bootstrapper
Getting Started
npx bowdrillStep by step (the installer walks you through everything!):
If you have [email protected] or newer:
mkdir myNewProject && cd $_npx bowdrillnpm install && npm run build && npm start- Go to http://localhost:9876 in a browser.
If you have an older version of npm, you'll need to run bowdrill yourself and remove it when it's done.
mkdir myNewProject && cd $_npm install bowdrillnode node_modules/bowdrillnpm install && npm run build && npm prune && npm start- Go to http://localhost:9876 in a browser.
