Joshhortt / cloudcannon-app

A simple Nextjs Aplication deployed to Cloudacannon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Website Starter

Tutorial Blog Post

0


Learn how to a deploy a Next.js Jamstack app and set up a collaborative CMS with CloudCannon.


Objectives

  1. Clone project files from a remote repository using the command line.
  2. Install Dependencies.
  3. Create a new Repository on Github.
  4. Signup for Cloudcannon.
  5. Add a new site synced to a remote repository on Github.
  6. Commit and push changes to a remote repository.
  7. Deploy new site to cloudcannon.

⚡️ Quick Start

  • 1. Go to the GitHub Repo, to have a look (optional).

  • 2. Head over your terminal and run the folowwing commands:

Clone the Starter Project Files

git clone https://github.com/Joshhortt/demo-website-starter

Install Dependencies

yarn install
# or
npm install

Run the App on Localhost

yarn dev
# or
npm run dev

About

A simple Nextjs Aplication deployed to Cloudacannon


Languages

Language:JavaScript 68.5%Language:SCSS 31.5%