booted
v1.5.0
Published
Bootstrap a JavaScript project without fatigue
Downloads
8
Maintainers
Readme
booted
Bootstrap a JavaScript project without fatigue.
Features
- Gentle Webpack 3 config
- Babel with stage 1 and env presets
- Yarn
- ESLint with Airbnb base config
- Koa with common middleware
- Pug
- Stylus
Requirements
Installation
yarn global add booted
# or
npm i -g booted
Usage
# initialize new project in current folder
booted
# or specify a folder
booted /home/projects/my-awesome-project
# then
yarn start # http://localhost:3000
# or
PORT=1337 yarn start # http://localhost:1337
# build and use in production
yarn prod # http://localhost:3000