Skip to content

A simple Node.js Express server with a vinalla JS and ReactJS frontend.

Notifications You must be signed in to change notification settings

paulasjes-stripe/js-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-workshop

Structure

Setup

  • Vanilla JS frontend
    • run npm install
  • React JS frontend
    • run npm install to install server dependencies
    • run cd frontend/reactjs/
    • run npm install to install React frontend dependencies

Run

  • Vanilla JS frontend
    • npm run vanilla
  • React JS frontend
    • npm run react

About

A simple Node.js Express server with a vinalla JS and ReactJS frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • CSS 26.3%
  • HTML 24.8%