All Projects → Dogstudio → dogstudio-next-starter

Dogstudio / dogstudio-next-starter

Licence: MIT License
Opinionated Next.js starter by Dogstudio

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to dogstudio-next-starter

next-saas-starter
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Stars: ✭ 497 (+653.03%)
Mutual labels:  starter, next, next-starter
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (-15.15%)
Mutual labels:  nextjs, starter, starter-kit
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+103.03%)
Mutual labels:  nextjs, starter, starter-kit
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+7.58%)
Mutual labels:  starter, starter-kit
three-typescript-starter
Three.js + Typescript + Webpack Boilerplate
Stars: ✭ 105 (+59.09%)
Mutual labels:  starter, starter-kit
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-63.64%)
Mutual labels:  starter, starter-kit
next-mdx-digital-garden-starter
An opinionated starting point for Digital Garden content authoring.
Stars: ✭ 50 (-24.24%)
Mutual labels:  nextjs, starter
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (-21.21%)
Mutual labels:  starter, starter-kit
next-ts-graphql-apollo-starter
An opiniated Next powered starter which include support for Apollo with GraphQL SSR support, codegen, styled component / system, framer motion and Cypress
Stars: ✭ 18 (-72.73%)
Mutual labels:  starter, next
netease-music-app
网易云音乐移动端【React/Next/Vue】【Ant Design/Material UI】
Stars: ✭ 95 (+43.94%)
Mutual labels:  nextjs, next
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-53.03%)
Mutual labels:  starter, starter-kit
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+15.15%)
Mutual labels:  starter, starter-kit
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+87.88%)
Mutual labels:  starter, starter-kit
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (-46.97%)
Mutual labels:  starter, starter-kit
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-75.76%)
Mutual labels:  starter, starter-kit
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (-54.55%)
Mutual labels:  starter, starter-kit
react-redux-nextjs-bootstrap-pwa-starter
a progressive web app starter with next js redux + redux-persist + bootstrap
Stars: ✭ 69 (+4.55%)
Mutual labels:  starter, next
create-react-app-starter
CRA + typeless starter
Stars: ✭ 21 (-68.18%)
Mutual labels:  starter, starter-kit
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-48.48%)
Mutual labels:  starter, starter-kit
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (+19.7%)
Mutual labels:  starter, starter-kit

Dogstudio Next Starter

The Next.js starter with all the features you'll need to build blazing-fast websites and applications.

  • Next 12
  • Prettier
  • SCSS/SASS

Prerequisites

Getting Started

git clone [email protected]:Dogstudio/dogstudio-next-starter.git my-new-app
cd my-new-app
cp .env.example .env.local
npm i
npm run dev

Documentation

We recommend the following documentations to master the stack:

References

# 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 upgrade

Contributing

Please submit issues, pull requests or contact us. We are open to all kind of contributions.

License

The dogstudio-next-starter repository is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].