baggariSiva / nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJs on Elestio

This is a minimal example of a NextJs site created using create-next-app

Click on the button below to deploy this repository with CI/CD on Elestio:

Deploy on Elest.io

screenshot of the NextJs app

Steps to clone this repository and run locally

Step 1: Clone this repository

git clone YOUR_REPOSITORY_URL

Step 2: Go to project folder

cd nextjs

Step 3: Install dependencies

yarn install

Step 4: Run your app in dev mode

yarn dev

Step 5: Make some changes and push

Try to make some change in your pages/index.js then push to the git repository

After few seconds to few minutes your change will be deployed on your CI/CD target 🚀

About


Languages

Language:JavaScript 57.4%Language:CSS 42.6%