Skip to content

aaronrine/vanilla-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Clone the Repo

$ git clone https://github.com/aaronrine/vanilla-progress-bar.git
$ cd vanilla-progress-bar

##Develop Locally

If you are using Visual Studio Code, I highly recommend the live server addon. Otherwise, here is a way to setup http-server: Install NPM (Node Package Manager) for your system.

$ npm install --global http-server
$ http-server

visit http://localhost:8080 to see the site.

##Deploy With Docker

$ docker build -t vanilla-progress-bar
$ docker run -d --name vanilla-progress-bar -p 8080:80 vanilla-progress-bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published