Skip to content

mayankchoubey/learn-react-by-example-gen-uuid-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn React By Example - Generate UUID App

This repo has two apps:

  • Vanilla app
  • React app

To run vanilla app:

cd vanilla-app
npm i
npm start

Open a browser with URL http://localhost:8080.

To run React app:

cd react-app
npm i
npm start dev

Open a browser with URL http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published