https://github.com/websemantics/phosphorjs-starter-kit
A full-featured PhosphorJS + Webpack starter kit with live reload, linting, and fast development setup.
https://github.com/websemantics/phosphorjs-starter-kit
phosphorjs typescript webpack
Last synced: 5 months ago
JSON representation
A full-featured PhosphorJS + Webpack starter kit with live reload, linting, and fast development setup.
- Host: GitHub
- URL: https://github.com/websemantics/phosphorjs-starter-kit
- Owner: websemantics
- License: mit
- Created: 2017-03-07T08:59:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T15:52:18.000Z (almost 9 years ago)
- Last Synced: 2025-06-22T11:38:25.388Z (8 months ago)
- Topics: phosphorjs, typescript, webpack
- Language: CSS
- Homepage: http://websemantics.github.io/phosphorjs-starter-kit
- Size: 754 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
```
╭──────●──────╮
╭──────╮╭────╮ │ ●───●───● │ ╭──────╮╭──────╮╭────╮ ╭──────╮╭───┬──╮ ╭───╮╭──────╮
│ ╭╮ ││ ╰─╮ ● │ ╭●╮ │ ● │ ────┤│ ╭╮ ││ ╰─╮│ ╭╮ ││ │ │ ││ ────┤
│ ╰╯ ││ │ │ ● │ │ ● │ │ ││ ╰╯ ││ ││ ││ ││ ╭─╯╭╯ ││ │
│ ╭─╯│ ╭╮ │ │ │ ╰●╯ │ │ ├──── ││ ╭─╯│ ╭╮ ││ ╰╯ ││ │ │ │├──── │
╰────╯ ╰───╯╰─╯ │ ●───●───● │ ╰──────╯╰────╯ ╰───╯╰─╯╰──────╯╰────╯ ╰────╯╰──────╯
Starter Kit ╰────●───●────╯ Web App Boilerplate
```
> A full-featured [Webpack](https://webpack.github.io/) + [PhosphorJS](http://phosphorjs.github.io/) starter kit with live reload, linting, and fast development setup.
[](https://travis-ci.org/websemantics/phosphorjs-starter-kit) [](https://raw.githubusercontent.com/websemantics/phosphorjs-starter-kit/master/LICENSE.md) [](https://github.com/websemantics/phosphorjs-starter-kit/network) [](https://github.com/websemantics/phosphorjs-starter-kit/stargazers)
[](http://isitmaintained.com/project/websemantics/phosphorjs-starter-kit "Percentage of issues still open") [](http://standardjs.com/)
#### [Try it](http://websemantics.github.io/phosphorjs-starter-kit/)
## Preview

## Getting Started
Clone this repository,
``` bash
git clone https://github.com/websemantics/phosphorjs-starter-kit
```
Install dependencies,
``` bash
cd phosphorjs-starter-kit
npm install
```
Build for production to `dist` folder,
``` bash
npm run build
```
Start development server,
``` bash
npm run start
```
## Features
- Fast development configuration using [Webpack Dev Server](https://github.com/webpack/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](http://editorconfig.org)
- Separate vendor and app script bundles
- Based on the example code [@phosphor](https://github.com/phosphorjs/phosphor)
- Experimental themes and widgets
## Support
Need help or have a question? post at [StackOverflow](https://stackoverflow.com/questions/tagged/phosphorjs-starter-kit+websemantics).
*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](http://opensource.org/licenses/mit-license.php) Copyright (c) Web Semantics, Inc.