Skip to content

joe-gz/react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Express Starter

Installation and startup

  • npm install

At the moment, for development purposes I have the backend and from end running separately. Therefore, you have to run both of the following.

  • for front end: npm start
    • go to localhost:3000
  • for back end: node server.js
    • go to localhost:3001

Master branch is a compilation of react/redux/express/sequelize (using Postgres)

** Check the other branches too **

  • redux - react/express/redux
  • sql - react/express/sql
  • mongo - react/express/mongo
  • react-router - react/react-router/express

About

A super basic REN starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published