Skip to content

A full-featured PhosphorJS + Webpack starter kit with live reload, linting, and fast development setup.

License

Notifications You must be signed in to change notification settings

websemantics/phosphorjs-starter-kit

Repository files navigation

                 ╭──────●──────╮                                                       
╭──────╮╭────╮   │  ●───●───●  │ ╭──────╮╭──────╮╭────╮  ╭──────╮╭───┬──╮ ╭───╮╭──────╮
│   ╭╮ ││    ╰─╮ ●  │  ╭●╮  │  ● │  ────┤│   ╭╮ ││    ╰─╮│   ╭╮ ││      │ │   ││  ────┤
│   ╰╯ ││      │ │  ●  │ │  ●  │ │      ││   ╰╯ ││      ││   ││ ││    ╭─╯╭╯   ││      │
│    ╭─╯│   ╭╮ │ │  │  ╰●╯  │  │ ├────  ││    ╭─╯│   ╭╮ ││   ╰╯ ││    │  │    │├────  │
╰────╯  ╰───╯╰─╯ │  ●───●───●  │ ╰──────╯╰────╯  ╰───╯╰─╯╰──────╯╰────╯  ╰────╯╰──────╯
     Starter Kit ╰────●───●────╯ Web App Boilerplate                                                     

A full-featured Webpack + PhosphorJS starter kit with live reload, linting, and fast development setup.

Build Status GitHub license GitHub forks GitHub stars Percentage of issues still open js-standard-style

Preview

Preview

Getting Started

Clone this repository,

git clone https://github.com/websemantics/phosphorjs-starter-kit

Install dependencies,

cd phosphorjs-starter-kit
npm install

Build for production to dist folder,

npm run build 

Start development server,

npm run start 

Features

  • Fast development configuration using Webpack Dev Server
  • Maintain clean, error-free code with linting (feedback can be viewed @ Browser Console)
  • Live reload during development for convenience
  • Consistent coding styles with Editor Config
  • Separate vendor and app script bundles
  • Based on the example code @phosphor
  • Experimental themes and widgets

Support

Need help or have a question? post at StackOverflow.

Please don't use the issue trackers for support/questions.

Star if you find this project useful, to show support or simply for being awesome :)

Contribution

Contributions to this project are accepted in the form of feedback, bugs reports and even better - pull requests.

License

MIT license Copyright (c) Web Semantics, Inc.