All Projects → ilkeraltin → React Spa News

ilkeraltin / React Spa News

React single page application demo project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Spa News

3ree
An example universal JS application written with the 3REE stack, React + Redux + RethinkDB + Express. A stack for building apps, front and back end, with just Javascript.
Stars: ✭ 856 (+2957.14%)
Mutual labels:  express
Node Js Getting Started
Getting Started with Node on Heroku
Stars: ✭ 872 (+3014.29%)
Mutual labels:  express
Jobsort
job board that queries hacker news who is hiring job listings from a database and sorts by tech the user knows and how well the user knows them
Stars: ✭ 20 (-28.57%)
Mutual labels:  express
Jx3store
An online game item store built by express and materialize
Stars: ✭ 10 (-64.29%)
Mutual labels:  express
Typescript React Express
typescript react express example
Stars: ✭ 12 (-57.14%)
Mutual labels:  express
Express Starter
Express Starter
Stars: ✭ 14 (-50%)
Mutual labels:  express
Online Bling
Stars: ✭ 9 (-67.86%)
Mutual labels:  express
Vue Chatroom
Vue全家桶 + socket.io + express 搭建的聊天室+ 智能问答助手
Stars: ✭ 27 (-3.57%)
Mutual labels:  express
Docker Nginx Express
🐳 A playground for Docker with Nginx and Express.
Stars: ✭ 13 (-53.57%)
Mutual labels:  express
Shopify Mern Boilerplate
A Boilerplate for creating MERN stack Shopify app.
Stars: ✭ 20 (-28.57%)
Mutual labels:  express
Deprecated
🚀 Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (+2964.29%)
Mutual labels:  express
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-57.14%)
Mutual labels:  express
Angela
🙂angela (安其拉):react ssr router redux; react同构框架
Stars: ✭ 15 (-46.43%)
Mutual labels:  express
Node Auth
基于 Node Express Mongoose 实现的用户注册/登陆权限验证
Stars: ✭ 10 (-64.29%)
Mutual labels:  express
Express Reloadable
Automatically hot-swap Express server code without the restart
Stars: ✭ 20 (-28.57%)
Mutual labels:  express
Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-67.86%)
Mutual labels:  express
Diagonistician Reactjs Express Mongoose
Question - Answers demo SPA
Stars: ✭ 13 (-53.57%)
Mutual labels:  express
Docker Compose Nodejs Examples
Finally some real world examples on getting started with Docker Compose and Nodejs
Stars: ✭ 944 (+3271.43%)
Mutual labels:  express
Essay
A blog system based on Nuxt.js
Stars: ✭ 913 (+3160.71%)
Mutual labels:  express
Canisminor
🕶 Collection of my designs, articles and open-source programs.
Stars: ✭ 20 (-28.57%)
Mutual labels:  express

SPA News - React

React demo project. This project uses News API under the hood.

Demo: Click to see DEMO

SPA News

Getting Started

This project created for a Meetup talk about Server Side Rendering with React.

There is also a Server Side Rendered version of same project.

Installing

First clone project and install dependencies

$ mkdir react-news && cd react-news
$ git clone https://github.com/ilkeraltin/react-spa-news.git
$ npm install

Navigate to News API and grab your API key.

Find config.js in root folder and update API Key.

const config = {
  apikey: 'enter-your-api-key'
};

Run on local

$ npm run dev

Navigate to http://localhost:3001

Deployment

Deployment build

$ npm run build:prod

You can deploy this project to:

Built With

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