bowdrill
v0.7.2
Published
Simple application bootstrapper
Downloads
16
Readme
Bowdrill
Simple application bootstrapper
Getting Started
npx bowdrill
Step by step (the installer walks you through everything!):
If you have [email protected]
or newer:
mkdir myNewProject && cd $_
npx bowdrill
npm 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 bowdrill
node node_modules/bowdrill
npm install && npm run build && npm prune && npm start
- Go to http://localhost:9876 in a browser.