Skip to content

jacolate/svelte-stack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte-stack-docker

A quick and easy way to get a dev environment for svelte + express running.


How to use

Ensure that Docker is installed on your system. You can download Docker for your specific system here.

Recommendation:

Use the provided Makefile to manage the containers. If you don't have GNU Make installed you can do that by using you favorite package-manager:

MacOS: Homebrew

Windows: Chocolatey

Linux: you know what you are doing ;)

Use Makefile:

⚠️ Under windows use the Git Bash to execute make, otherwise the Makefile doesn't work properly.

Initially use make create to create the containers and run the installation. After that you can use make start to start the containers and make stop to stop them.

⚠️ If you add dependecies to your project you have to run make create to install the packages. After that you can use make start again.

Note: If you are already familiar with Docker you can use the specific commands to start and manage the containers.

About

A quick and easy way to setup a dev environment for svelte with an express backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published