boot
Bootstrap a JavaScript project without fatigue.
Features
- Gentle Webpack 2 config
- Babel with stage 1 and env presets
- Yarn
- ESLint with Airbnb base config
- Pug
- Stylus
Requirements
Installation
yarn global add boot-cli
# or
npm i -g boot-cli
Usage
# initialize new project in current folder
boot
# or specify a folder
boot /home/projects/my-awesome-project
# then
yarn start # http://localhost:3000
# or
PORT=1337 yarn start # http://localhost:1337