wenhan1988 / suicrux

Universal. PWA/LL/SSR/React/Redux/i18n.[RAZZLE INTEGRATION SOON]

Home Page:https://suicrux.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suicrux: demo

Demo sometimes becomes frozen by now. Retry in a few minutes, if it doesn't work.

Greenkeeper badge Codacy Badge

What is this?

Universal starter with lazy-loading for your new Progressive Web App.

Previous release lives here.

Quick intro

SPOILER: because SUI and SUIR are awesome

You're always free to use any other UI framework with suicrux. UI framework comparison here.

What's inside?

bitHound Dependencies bitHound Dev Dependencies

PureCrux - same as suicrux, but without i18n, rarely used features(manifest, favicons generation, etc) and example app.

Client:

Build (Webpack):

Server:

Other:

Usage

How it works?

"30-seconds guide":

  # Install
  git clone --depth=1 --single-branch https://github.com/Metnew/suicrux.git
  cd suicrux
  npm install
  flow-typed install # install flow typings for libraries
  # Development
  npm run dev
  # Build
  npm run build
  # Production
  npm run start

More detailed:

v1.0.0 Release notes - most detailed description of the latest changes

Nearest future:

  • CLI app
  • Redux code-splitting

Something very important:

Have a question? Ask! 😉

Any help is highly appreciated. PRs, issues, questions, enhancements are always welcome.

Author

Vladimir Metnew vladimirmetnew@gmail.com

LICENSE

Apache License 2.0

About

Universal. PWA/LL/SSR/React/Redux/i18n.[RAZZLE INTEGRATION SOON]

https://suicrux.now.sh

License:Apache License 2.0


Languages

Language:JavaScript 100.0%