All Projects → posrix → next-mobile-boilerplate

posrix / next-mobile-boilerplate

Licence: MIT license
A next mobile boilerplate using antd-mobile with full support from development to deployment

Programming Languages

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

Projects that are alternatives of or similar to next-mobile-boilerplate

ant-design-icons
⚠️ 已停止维护,请使用:https://github.com/ant-design/ant-design-icons
Stars: ✭ 55 (+400%)
Mutual labels:  ant-design-mobile
scalable-form-platform
A solution for building dynamic web forms with visual editor
Stars: ✭ 109 (+890.91%)
Mutual labels:  ant-design-mobile
Mung-React
leaning react
Stars: ✭ 13 (+18.18%)
Mutual labels:  ant-design-mobile

next-mobile-boilerplate

A next mobile boilerplate using ant-design-mobile with full support from development to deployment.

Features

  • ant-design-mobile as Mobile UI.
  • express server customization.
  • Combines prettier and ESlint in pre-commit hook using lint-staged. Stop worrying about shit code slip into your code base.
  • pm2 as the production process manager.
  • http-proxy-middleware for remote server api proxy to avoid CORS error.
  • assets hash for production static resources version control.

Getting started

git clone https://github.com/posrix/next-mobile-boilerplate my-project
cd my-project
npm install
npm run dev

Deployment

First, git clone your project to production server. Then simply type sh deploy.sh. By default, production server will listen at port 3100. Modify config/env.js for customization.

License

The MIT License (MIT). Please see License File for more information.

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