Skip to content

Devscale-Indonesia/devscale-nextjs

Repository files navigation

🔥 Template Project Next.js (Talwind CSS v3)

Note

Template Project Next.js (Talwind CSS v3) 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
# at current directory/folder
npx create-next-app@latest -e https://github.com/Devscale-Indonesia/devscale-nextjs .
  • 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.git
# at current directory/folder
git clone https://github.com/Devscale-Indonesia/devscale-nextjs.git .

# using ssh
git clone [email protected]:Devscale-Indonesia/devscale-nextjs.git
# at current directory/folder
git clone [email protected]:Devscale-Indonesia/devscale-nextjs.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 (Tailwind CSS v3) for Bootcamp devscale.id

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published