Skip to content

abraham-serafino/nobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Bootstrap (No.BS)

Quickly generate fullstack ESNext apps with support for browser-autorefresh and Websocket-based APIs.

Features

  • push-button start and single-step production build
  • auto-refresh your browser on code changes
  • isomorphic build, package management, and API
  • bleeding-edge ESNext auto-compiler
  • client-side sourcemaps

Usage

To install, type:

npm install -g nodebs

To create a new No.BS project, type:

nobs my-new-project

This will create a new working directory with your project bootstrapped inside. To start a development server, cd to your new project and enter:

yarn dev

When it is time to do a production build, enter:

yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published