diff --git a/README.md b/README.md index 932fff4..b56b1ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# docker-testapp \ No newline at end of file +# docker-testapp +# make sure you have node installed in your local user below command to check that: +# node -v +# npm -v + +# if not go this it's official website and install https://nodejs.org/en +# try checking if it is successfully installed +# node -v +# npm -v + +# go to project repo and stat your app +# npm start