Skip to content

Latest commit

 

History

History
 
 

final

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Completed App

Assuming you have node installed, install nvm and then close & reopen your terminal.

Install the latest stable version of node:

nvm install node

Fork this react-workshop repo and create a local clone (be sure to replace YOUR-USERNAME with your own):

git clone https://github.com/YOUR-USERNAME/react-workshop.git

Change to final directory:

cd react-workshop/final

Install all of the dependencies:

npm install

Start API server (running at http://localhost:9090/):

npm run start:api

In a separate console window/tab, start the web server:

npm run start:server

Once the initial bundle is built, visit http://localhost:8080/.