Skip to content

esthersweon/react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node and React Tutorial

There is a simple node server implementation in server.js. It serves static files from public/ and handles requests to todos.json to fetch or add data.

Dependencies

Make sure you have node and npm installed.

brew install node
brew update

node -v
npm -v

To Install Dependencies

npm install

To Start Server and Start Compiling Source JSX to Javascript

npm start

Visit http://localhost:3000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.9%
  • Other 0.1%