All Projects → twreporter → Twreporter React

twreporter / Twreporter React

Licence: agpl-3.0
twreporter site with nodejs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Twreporter React

Crate
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).
Stars: ✭ 2,281 (+767.3%)
Mutual labels:  webpack, babel, express, server-side-rendering
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (-44.87%)
Mutual labels:  webpack, babel, express, server-side-rendering
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (+8.37%)
Mutual labels:  webpack, babel, pwa, server-side-rendering
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-87.83%)
Mutual labels:  webpack, babel, express, code-splitting
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-70.34%)
Mutual labels:  webpack, babel, express
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-75.29%)
Mutual labels:  webpack, babel, pwa
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-55.51%)
Mutual labels:  webpack, express, server-side-rendering
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-48.67%)
Mutual labels:  webpack, pwa, service-worker
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+286.31%)
Mutual labels:  webpack, babel, pwa
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-53.61%)
Mutual labels:  webpack, babel, express
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-12.93%)
Mutual labels:  webpack, babel, code-splitting
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (-7.22%)
Mutual labels:  webpack, babel, express
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+311.79%)
Mutual labels:  webpack, express, server-side-rendering
Universal React Redux
🧐 A sensible universal starter kit for React + Redux
Stars: ✭ 112 (-57.41%)
Mutual labels:  webpack, babel, server-side-rendering
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-79.85%)
Mutual labels:  webpack, babel, code-splitting
Universal Native Boilerplate
Build apps for every native platform with React and React Native
Stars: ✭ 131 (-50.19%)
Mutual labels:  webpack, pwa, server-side-rendering
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-46.39%)
Mutual labels:  webpack, babel, server-side-rendering
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-40.68%)
Mutual labels:  webpack, babel, express
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+269.2%)
Mutual labels:  webpack, babel, service-worker
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-86.69%)
Mutual labels:  webpack, babel, express

CircleCI Tag Join the chat at https://gitter.im/twreporter/twreporter-react

TW Reporter

New Media foundation in Taiwan.

Contains

Environment

Install node(https://nodejs.org/en/) @7.9.0 above.

Installation

yarn install

Production start

make start

Development start

make dev

Build docker image

// install dependencies first
yarn install

// build the webpack bundles and transpile es6 to es5
make build

// build docker image
docker build -t twreporter-react:latest .

Testing

Run unit tests

make test

Run ui-test (It will take some time to compare screenshots)

// start dev servers for ui-test
make dev
// run ui-test
make ui-test

License

  • Copyright (C) 2015 - 2018 The Reporter 報導者. All rights reserved.
  • Distributed under the GNU AGPL v3.0
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].