Skip to content

bdemann/ts-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-timer

Get up and running

Install nvm

https://github.com/nvm-sh/nvm#installing-and-updating

for example

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

or

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

And then make sure that this is in your bash profile or whatever shell script profile you have

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

Install node with nvm

for example

nvm install 12

Install the dependancies from npm

npm install

Start it up

npm start

Open localhost:5000 in your favorite web browswer

About

Learning to make custom web components by trying to recreate the Android clock app in TypeScript and HTML

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages