Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mgechev/resourceful-suspense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resourceful Suspense

Demo from my talk "Resourceful Suspense"

How to use?

Create .env file in angular-app with a Gemini API key:

touch angular-app/.env
echo GEMINI_API_KEY=[YOUR_KEY_GOES_HERE]

Initialize and run the apps:

cd angular-app && npm i -f && npm start
cd react-app && npm start

Now visit http://localhost:4200 to preview the Angular app and http://localhost:3000 to preview an almost equivalent React app.

License

MIT

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published