Skip to content

Source code for the Node With React Fullstack Web Development Udemy course

Notifications You must be signed in to change notification settings

peelmicro/node-with-react-fullstack-web-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node With React Fullstack Web Development Udemy course

source code for the Node With React Fullstack Web Development Udemy course

Build Setup

install server dependencies

$ npm install # Or yarn install

install clients dependencies

$ cd client

$ npm install # Or yarn install

execute it

$ npm run dev

  • server is loaded at localhost:5000

  • client is loaded at localhost:3000

  • it executes both server and client at the same time

Before executing it, setting credentials and variables must be updated

1st) Rename config/dev.example.js to dev.js

2nd) Update your own values

Follow the course

Follow the course on https://www.udemy.com/node-with-react-fullstack-web-development/

About

Source code for the Node With React Fullstack Web Development Udemy course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published