Skip to content

AvidDollars/star_wars_shop

Repository files navigation

Link to the demo

accessible here: https://aviddollars.github.io/star_wars_shop/

Technologies used

  • Angular v19
  • Tailwind v4

Local development

Local development is done in lightweight Node-based Docker container which has live code-reload capabilities to simplify development process.

Prerequisites for local development:

Steps to start local development:

# clone the repository:
git clone https://github.com/AvidDollars/star_wars_shop.git

cd star_wars_shop/

# start DEV container in watch mode:
docker compose watch angular-dev

# shut down DEV container
docker compose down

Deployment process to GitHub Pages

# all changes to be done in the "main" branch:
git checkout main

# commit the changes before the deployment:
git add <files>
git commit -m <commit-message>

# triggers build and deployment to GitHub Pages:
./deploy_changes

About

small Angular + Tailwind demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors