All Projects → Gherciu → next-all-in

Gherciu / next-all-in

Licence: MIT license
🗃⚛️ Next starter for creating any type of site

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to next-all-in

dogstudio-next-starter
Opinionated Next.js starter by Dogstudio
Stars: ✭ 66 (+127.59%)
Mutual labels:  next, next-starter
next-saas-starter
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Stars: ✭ 497 (+1613.79%)
Mutual labels:  next, next-starter
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (+558.62%)
Mutual labels:  skeleton
skeleton-python-library
A skeleton project for quickly getting a new cisagov Python library started.
Stars: ✭ 19 (-34.48%)
Mutual labels:  skeleton
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+706.9%)
Mutual labels:  skeleton
Nofw
A no-framework application skeleton
Stars: ✭ 212 (+631.03%)
Mutual labels:  skeleton
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+9931.03%)
Mutual labels:  skeleton
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+537.93%)
Mutual labels:  skeleton
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (-17.24%)
Mutual labels:  next
Placeholdifier
Turn any website into a live wireframe
Stars: ✭ 230 (+693.1%)
Mutual labels:  skeleton
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (+93.1%)
Mutual labels:  skeleton
Ms G3d
[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
Stars: ✭ 225 (+675.86%)
Mutual labels:  skeleton
Awesome Skeleton
skeleton generation tool
Stars: ✭ 212 (+631.03%)
Mutual labels:  skeleton
Typescript Ddd Skeleton
🟨 TypeScript DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 240 (+727.59%)
Mutual labels:  skeleton
Taro Listview
taro框架长列表方案 :集成下拉刷新、骨架屏、无限滚动、图片懒加载;
Stars: ✭ 197 (+579.31%)
Mutual labels:  skeleton
bash-framework
◼️ speed up your shell script development and add a modern look and feel (alpha version) ✨ 💫
Stars: ✭ 21 (-27.59%)
Mutual labels:  skeleton
Skeletonlayout
Skeleton view pattern for Android
Stars: ✭ 186 (+541.38%)
Mutual labels:  skeleton
React Native Skeleton Content
A customizable skeleton-like loading placeholder for react native projects using expo.
Stars: ✭ 221 (+662.07%)
Mutual labels:  skeleton
Slim4 Skeleton
A Slim 4 Skeleton
Stars: ✭ 237 (+717.24%)
Mutual labels:  skeleton
javascript-seed-project
Seed project for JavaScript based apps. Just clone and code.
Stars: ✭ 17 (-41.38%)
Mutual labels:  skeleton

next-all-in

This is a starter application using next.js. DEMO.

Netlify Status GitHub Next-All-In

Getting started

  • Clone the repo: git clone --depth=1 https://github.com/Gherciu/next-all-in.git <YOUR_PROJECT_NAME>
  • Edit configuration variables in .env.development file
  • Start dev server: npm run start

Features

  • i18n internationalization support ( Scalable apps need to support multiple languages, easily add and support multiple languages with next-i18next).
  • ESLint and Stylelint to enforce code style. Run npm run lint:scripts for .js|.jsx and npm run lint:styles for .css|.scss files.
  • Pre-commit hooks with husky and lint-staged
  • Useful SCSS helpers _mixins and _vars see all in ./styles
  • redux and redux-devtools implimented and configured to work well in development mode and production. The store is hot reloadable ;)
  • Aliases for all folders (components, styles, store etc.) see all available aliases in ./next-config.js
  • antd is added and configured to work well as an UI framework (css normalization is not need, antd has own)
  • All folders in ./ and ./components have own README.md file with a little documentation and usage guide
  • Configured tailwindcss a utility-first CSS framework for rapidly building custom designs.

When ready to build for production

  • Create file .env.production the content should be the same as in .env.development
  • Build the project: npm run build
  • Start production server: npm run serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@Gherciu/next-all-in © GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).

If you like this repository star and watch👀 on GitHub

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].