Skip to content

evenfrost/booted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booted

Bootstrap a JavaScript project without fatigue.

Features

Requirements

  • Node.js v7.6.0 or higher (async/await support needed)
  • Yarn

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