Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 575 Bytes

File metadata and controls

21 lines (14 loc) · 575 Bytes

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