Skip to content

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

License

Notifications You must be signed in to change notification settings

Devscale-Indonesia/devscale-nextjs-canary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published