servester

0.0.4 • Public • Published

Servester

Quickly setup servers and asset pipelines.

Why?

Sometimes you just want to write language specific code and not have to deal with setting up an asset pipeline. That's where Servester comes in.

Example

Start writing and previewing Reactjs within 10 seconds. No more setting up browserify.

Install

$ npm install -g servester

Usage

$ servester [applicationType] [applicationName]

See supported application types.

Example

  1. Create application
$ servester react my-react-app
  1. Run Server
$ cd my-react-app 
$ npm start 
  1. Confirm server is running at localhost:8080/index.html
  2. Write Reactjs code in my-react-app/src/scripts/app.jsx
  3. See your changes at localhost:8080/index.html

Supported Application Types

Reactjs

Creates application structure and server for Reactjs

$ servester react my-react-app

Static

Creates application structure and server for static files (E.g html, js, css, etc)

$ servester static my-react-app

Readme

Keywords

none

Package Sidebar

Install

npm i servester

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • joegesualdo