• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using create-react-app with React Router + Express.js and Docker. This is a naive and simple way where server-side rendering is not required.

Using create-react-app with React Router + Express.js

⚠️ This is outdated, please refer to the official and new react-router docs

See : https://medium.com/@patriciolpezjuri/using-create-react-app-with-react-router-express-js-8fa658bf892d

Development

Clone this repository:

git clone https://github.com/mrpatiwi/routed-react.git
cd routed-react

Install dependencies:

npm install

Start the project at http://localhost:3000.

npm start

Running with Docker

Be sure to install Docker and start a Docker-machine if necessary.

Let's create an image named routed-react:

docker build -t routed-react .

Finally, start a container named routed-react-instance at port 80.

docker run -p 80:9000 --name routed-react-instance routed-react

Testing

npm test

More Repositories

1

ReactNativeTS

Boilerplate of a React Native project in Typescript.
Objective-C
366
star
2

electron-react-desktop-template

Starting point for a Electron + React.js + React-Router-v4
JavaScript
20
star
3

rutificador

Get chilean RUT from people's name
JavaScript
13
star
4

typedgram-bot

Node Module - Interactive Telegram Bot API wrapper using webhooks. Written in Typescript (with definitions). - http://mrpatiwi.github.io/typedgram-bot
TypeScript
9
star
5

transantiago-bot

Telegram Transantiago Bot
JavaScript
7
star
6

AssistancePy

Proyecto de ejemplo en Python Flask
HTML
5
star
7

dead-simple-react-app

Express.js, Docker and PM2 with create-react-app
JavaScript
5
star
8

revel-mongo-api

Mounting Go Revel API + MongoDB on Docker
Go
5
star
9

chilenify

Turn spanish to chilean flaite | How to create a npm module workshop example
JavaScript
4
star
10

chat-intent

Parse phone number to create intents for chat apps
JavaScript
3
star
11

buscacursos-uc

BuscaCursos UC Client
HTML
3
star
12

koa-semver

Semantic Versioning middleware
JavaScript
3
star
13

app-badges

AppStore and PlayStore badges for Github
2
star
14

p5-starter

Base repository for a p5.js project
HTML
2
star
15

banner-uc-applescript

Script para ingresar rápidamente los ramos a Banner UC en OSX
AppleScript
2
star
16

python-data-science-cheatsheet

Jupyter Notebook cheatsheet for Numpy, Scipy, Matplotlib and more
Jupyter Notebook
2
star
17

node-in-docker

Aplicación de ejemplo en Express.js con Docker
JavaScript
2
star
18

koa-course

JavaScript
2
star
19

uc-bot

Telegram UC Bot
JavaScript
2
star
20

entorno-react

Ejemplo como ayudantía para Proyecto Especialidad 2016-2
1
star
21

DogsOnRails

Proyecto ejemplo - IIC2513-2015-1
Ruby
1
star
22

java-maven-docker

Simple dockerized Maven project
Java
1
star
23

resume

Personal Resumé
HTML
1
star
24

tex-element

Render TeX live on the web using Polymer
HTML
1
star
25

mathpad-bot

Telegram MathPad Bot powered by mathjs.org
JavaScript
1
star
26

flask-starter

Python Flask starter project with Docker
Python
1
star
27

buscacursos-uc-scraper

BuscaCursos UC Scraper
JavaScript
1
star
28

almapp-web-seed-assets

1
star
29

react-starter

React.js starter project with react-hot-loader and jest based on react-hot-boilerplate.
JavaScript
1
star