/devscale-nextjs-canary

🔥 Template Project Next.js (Canary Version) for Bootcamp devscale.id

Primary LanguageJavaScriptMIT LicenseMIT

🔥 Template Project Next.js (Canary Version)

Note

Template Project Next.js (Canary Version) for Bootcamp devscale.id.

Getting Started

  1. Use as template or clone this repo:
  • Create project with template.
npx create-next-app@latest -e https://github.com/Devscale-Indonesia/devscale-nextjs-canary
# at current directory/folder
npx create-next-app@latest -e https://github.com/Devscale-Indonesia/devscale-nextjs-canary .
  • Or click the button "Use this template", then click "Create a new repository". After that clone the repo.
git clone https://github.com/Devscale-Indonesia/devscale-nextjs-canary.git
# at current directory/folder
git clone https://github.com/Devscale-Indonesia/devscale-nextjs-canary.git .

# using ssh
git clone git@github.com:Devscale-Indonesia/devscale-nextjs-canary.git
# at current directory/folder
git clone git@github.com:Devscale-Indonesia/devscale-nextjs-canary.git .
  1. Move to directory
cd <project-name>
  1. To install all dependencies of a project:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.