UNPKG

691 BMarkdownView Raw
1# Panels app packager
2
3Install it:
4```
5npm i --save-dev pacpan
6```
7
8For dev mode, just run it:
9```
10pacpan
11```
12You'll get a watcher and a dev web server.
13
14When you're ready to go into production, use:
15```
16pacpan bundle
17```
18You'll get a `./bundle` folder with your ready to go Panels app.
19
20
21Use Panels to release powerful apps fast and lean. [Learn more at usePanels.com](https://usePanels.com).
22
23We use it with [Pages](https://usePages.today) to turn ideas into prototypes that become real React
24apps. But don't believe us; try it yourself too ;).
25
26Both are brought to you by [UXtemple](https://UXtemple.com).
27Stay in touch [twitter.com/UXtemple](https://twitter.com/UXtemple)!
28
29
30License MIT