Use this application to deploy your webiste on cloud. Besides that, it's possible to connect your custom domain (.com, .io, .dev, etc) into your website in order to available your content through your domain.
- Node.js: Platform built on the Google Chrome JavaScript engine to easily build fast and scalable network applications.
You can click the button below to deploy the server to the cloud. If you want to learn more, you can read the blog about IBM Cloud.
You need to install locally, paste/move your websit into public folder and then run the deploy script.
git clone https://github.com/victorshinya/website-base.git
cd website-basePaste your code (HTML, CSS, and JS files) into public folder.
Run the script below to deploy your website.
ibmcloud cf pushTo run locally, you need to run the commands below. After that, access the link on http://localhost:3000.
npm install
npm startMIT License
Copyright (c) 2019 Victor Shinya

