Note
Template Project Next.js (Canary Version) for Bootcamp devscale.id.
- 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 .
- Move to directory
cd <project-name>
- To install all dependencies of a project:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.