Skip to content

jlbdash/react-node-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

react-node-experiment

My First React and Node.JS Project This is a personal movie recommendation list that can be updated and added to according to preference

  1. Open 2 terminals
  2. In the first one. Navigate to the ui directory
  3. Run npm ci. This will install all the libraries and only needs to be done once.
  4. Run npm start. This will launch the React website. It has "reload-on-save" so no need to run it more than once.
  5. In the second terminal navigate to server directory
  6. Run npm ci. Again, just once.
  7. Run npm start. This one does not have reload-on-save so you will have to ctrl+c and rerun the program when you make changes

About

My First React and Node.JS Project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors