Code Monkey home page Code Monkey logo

next-dev-deprecated's Introduction

Next Dev

Next Dev(Next Generation Dev) is an open source team to sharing all related fullstack resources with the community

Architecture

We decided to use Monorepo to manage our system, we see Turborepo is powerful and fast speed monorepo working along with Changesets to manage versioning and package publishing. As well as a few others tools preconfigured:

What's inside?

Next Dev includes Boilerplate, Example, Docs and Packages

Packages Folder

Inside the package folder is the packages that we can shared to boilerplate, example, docs or publish it to NPM and so on.

  • @next-dev/cli: UI components with Ant Design
  • @next-dev/antd-ui: UI components with Ant Design
  • @next-dev/utils: shared javascript utilities
  • @next-dev/configs: shared config
  • @next-dev/lints: Lint preset
  • @next-dev/ui: UI components with Tailwind CSS and more
  • @next-dev/rn-ui: React native UI components

Docs Folder

Inside the docs folder is a placeholder site for documentation ,demo, blog for Next Dev powered by Dumi v2

Boilerplate Folder

Inside the Boilerplate folder is boilerplate both frontend and backend

  • nextjs-web: NextJs v13 - (ReactJs Framework), boilerplate for website with hybrid(SSR and SSG) rendering
  • nuxt3-web: Nuxt 3 - (VueJs Framework), VueJs boilerplate for website with hybrid(SSR and SSG) rendering
  • react-next-admin: Umi 4 - (ReactJs) ,boilerplate for Admin or backstage
  • vue-next-admin: Vue 3, boilerplate for Admin or backstage
  • rn-next: React Native, boilerplate for Hybrid Mobile(Android ad IOS)
  • rn-next-universal: React Native, boilerplate for universal (Android, iOS, macOS,tvOS, Windows, web, browser extensions, Electron.)

Development Commands

  • pnpm build - Build all packages including the Storybook site
  • pnpm dev - Run all packages locally and docs development
  • pnpm lint - Lint all packages
  • pnpm changeset - Generate a changeset
  • pnpm clean - Clean up all node_modules and dist folders (runs each package's clean script)

Clone a single example or boilerplate

Run the following command:

npx degit next-dev-team/next-dev/boilerplate/nextjs-web nextjs-web
cd nextjs-web
pnpm install
git init . && git add . && git commit -m "Init"

Contributing

coming soon

Community

coming soon

next-dev-deprecated's People

Contributors

rimsila avatar zila-itc avatar

Stargazers

Sushin Pv avatar  avatar  avatar

next-dev-deprecated's Issues

IT Roadmap

  • React
  • Vue
  • Angular
  • Golang
  • NodeJS
  • javascript

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.