All Projects → reph-stack → reph

reph-stack / reph

Licence: other
Phoenix/React application starter kit

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to reph

koa2-rest-scaffold
Koa2 RESTful API 脚手架。
Stars: ✭ 27 (+80%)
Mutual labels:  scaffold
ssr-starter-pack
Moved to https://github.com/Brigad/ssr-starter-pack
Stars: ✭ 12 (-20%)
Mutual labels:  ssr
nuxt-plesk-example
No description or website provided.
Stars: ✭ 27 (+80%)
Mutual labels:  ssr
perf
PERF is an Exhaustive Repeat Finder
Stars: ✭ 26 (+73.33%)
Mutual labels:  ssr
react-easy-ssr
🔥 React Starter Project with Webpack 5, Babel 7, TypeScript, Redux-saga, Styled-components, React-jss, Split code, Server Side Rendering.
Stars: ✭ 31 (+106.67%)
Mutual labels:  ssr
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (+313.33%)
Mutual labels:  ssr
node-fetch-har
Generate HAR entries for requests made with node-fetch
Stars: ✭ 23 (+53.33%)
Mutual labels:  ssr
.oOo.
dot files configuration (macOS & Linux), surfingkeys / tmux / screen / ideavimrc / phoenix / etc.
Stars: ✭ 51 (+240%)
Mutual labels:  phoenix
blog app
Phoenix 1.3 GraphQL
Stars: ✭ 19 (+26.67%)
Mutual labels:  phoenix
eventrix
Open-source, Predictable, Scaling JavaScript library for state managing and centralizing application global state. State manage system for react apps.
Stars: ✭ 35 (+133.33%)
Mutual labels:  ssr
gleam compile
Tiny hex package to make the development experience of using gleam in elixir (and especially phoenix projects) better.
Stars: ✭ 29 (+93.33%)
Mutual labels:  phoenix
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+266.67%)
Mutual labels:  scaffold
picidaejs
🐦Picidae is a document generator which has gentle experience.
Stars: ✭ 24 (+60%)
Mutual labels:  ssr
my-blog
🐬 个人技术博客(基于vue的服务端渲染 nuxt.js)
Stars: ✭ 94 (+526.67%)
Mutual labels:  ssr
onurl
URL Shortener created w/ Next.js, TypeScript, Mongoose
Stars: ✭ 48 (+220%)
Mutual labels:  ssr
ssr
React Server-Side Rendering Example
Stars: ✭ 265 (+1666.67%)
Mutual labels:  ssr
TB
🖖 A simple & cool blog platform, based on GitHub API, designed for Geeks
Stars: ✭ 24 (+60%)
Mutual labels:  ssr
pretty print formatter
Pretty Print Formatter for Elixir Logger module -- Colorize Ecto's SQL ouput 🖌️
Stars: ✭ 22 (+46.67%)
Mutual labels:  phoenix
tfstage
TFStage: TensorFlow Project Scaffolding
Stars: ✭ 64 (+326.67%)
Mutual labels:  scaffold
v2rayfree
免费公益v2ray节点订阅、最新免费v2ray节点订阅地址、免费v2ray节点每日更新、免费ss/v2ray/trojan节点、freefq
Stars: ✭ 352 (+2246.67%)
Mutual labels:  ssr

Reph

About RePh

Reph is an acronym for REact + PHoenix stack. This library provides reph.new installer as an archive. It aims to replace phx.new for new projects, based on React/Phoenix stack, scaffolding.

Some of the batteries included:

  • Webpack 2 pre-installed and set up
  • React and required dependencies pre-installed and set up
  • Less-compiler pre-installed and set up
  • SSR (Server-side rendering) set up
  • React-router set up to work with SSR
  • Websocket connection

Syntax of the reph.new command is the same as of phx.new, except for flags --no-brunch, --no-html, --dev, --ecto which are not supported.

To install, run:

mix archive.install github reph-stack/reph

To build and install locally:

$ MIX_ENV=prod mix archive.build
$ mix archive.install

Once installed, you can scaffold an application in a following way, for example:

mix reph.new myapp --database=mysql --module=APP
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].