Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 491 Bytes

landing-template

Simple React template for building your landing page super quickly, with router and hotjar integration.

How to use it

Install all node dependencies

npm install

Run app in local mode

npm run start

Bundle app before pushing to the cloud

npm run build

Transfer files from local machine to the cloud? Use this command

scp -i ~/.ssh/<your-private-key> -r <local-destination-of-build-folder> <cloud-user>@<cloud-ip>:/home/ubuntu/<name-of-your-project>