Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 559 Bytes

readme.md

File metadata and controls

43 lines (30 loc) · 559 Bytes

Installation

Download or clone this repo

  • In terminal go to react_w-node_server_boilerplate folder

To install all server dependencies

npm install
  • Go to react_w-node_server_boilerplate/client

To install client dependencies

npm install

Usage

In react_w-node_server_boilerplate

  • To start the server
npm start

Server running on port 3001

  • Can start server on dev (needed nodemon)
npm run dev
  • To start client Go to react_w-node_server_boilerplate/client
npm start

Client running on port 3000