benspaulding / fullstack-demo

Placeholder package for testing dev tooling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack Project

Setup

  1. Clone this repository to your Mac:

    git clone ssh://github.com/benspaulding/fullstack-demo
  2. Run the ./setup command the first time you work on the project:

    cd fullstack-demo
    ./setup

While the ./setup script is safe to run again, there is no need or benefit.

Development

After the ./setup script has been run once, daily work can be started with just recipies:

just install
just open

You can work in a container with VS Code by using the Dev Containers extension, or by spinning up the stack directly with either the just up recipe or directly with docker compose, then getting a shell to a container, or attaching VS Code to the container using the Docker extension.

TODO

  • setup pre-commit
  • setup static file handling

About

Placeholder package for testing dev tooling.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MDX 21.9%Language:TypeScript 20.3%Language:Dockerfile 19.3%Language:CSS 14.6%Language:Python 13.9%Language:Just 4.4%Language:Shell 3.2%Language:Ruby 1.4%Language:Procfile 0.8%Language:JavaScript 0.2%