Current section
Files
Jump to
Current section
Files
phoenix_playground
README.md
README.md
# Phoenix Playground
[](https://github.com/phoenix-playground/phoenix_playground/actions/workflows/ci.yml)
Phoenix Playground makes it easy to create single-file [Phoenix](https://www.phoenixframework.org) applications.
## Examples
* [`examples/demo_live.exs`](examples/demo_live.exs)
* [`examples/demo_live_test.exs`](examples/demo_live_test.exs)
* [`examples/demo_controller.exs`](examples/demo_controller.exs)
* [`examples/demo_controller_test.exs`](examples/demo_controller_test.exs)
* [`examples/demo_router.exs`](examples/demo_router.exs)
## License
Copyright (c) 2024 Wojtek Mach
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.