calebgasser / phoenix-svelte-template

Template for creating phoenix/svelte web applications using containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix/Svelt template project

GitHub Super-Linter

Requirements

  • nerdctl or docker (not tested with docker yet.)
  • task

Usage

  1. Select Use this template on the GitHub page.
  2. Change config.env to fit our purposes. (Such as APP_NAME to the name of your app.)
  3. Run task up to start the server and generate your initial project.
  4. Visit localhost:4000 or something different depending on how you changed config.env

A directory will be crated with your project name that you specified with APP_NAME in config.env that will contain all our source code.

Notes

  • See available tasks with task --list
  • View logs of the server container with task logs
  • Get shell access to the container with task shell
  • Stop the currently running server container with task down
  • Stop the server container, remove the containers and volumes (does not affect your source code.) task remove

About

Template for creating phoenix/svelte web applications using containers.


Languages

Language:Shell 47.5%Language:JavaScript 35.1%Language:Dockerfile 14.4%Language:Svelte 3.0%