Skip to content

royhodge/peaches-ahead-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • CSS 26.1%
  • HTML 5.0%