The repository has all the features needed to build blazing-fast experience.
- Next 13
- Prettier
- SCSS/SASS
git clone [email protected]:Dogstudio/dogstudio-next-starter.git my-new-appcd my-new-app
cp .env.example .env.localnpm i
npm run devWe recommend the following documentations to master the stack:
# Run Next.js in development-mode with a local server.
# Visit http://localhost:3000 to see your application running.
npm run dev
# Run Next.js in production-mode and creates a production build.
npm run build
# Run Next.js in production-mode with a local server.
# Visit http://localhost:3000 to see your production build.
npm run start
# Run Next.js linter
npm run lint
# Upgrade the dependencies and devDependencies with interactive mode
# See: https://www.npmjs.com/package/npm-check-updates
npm run upgradeAn example is available on the demo branch to test all the features included in the repository:
git checkout demonpm i
npm run devPlease submit issues, pull requests or contact us. We are open to all kind of contributions.
The dogstudio-next-starter repository is MIT licensed.