GitXplorerGitXplorer
e

next-react-foundations

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
f4df9ae88392fe3f0d1d47bcc45954e2d6f2aa5e

Merge pull request #5 from edu-tomasi/doc/migrating-to-nextjs

eedu-tomasi committed a month ago
Unverified
a3f7613acad8adfde4c7db52e909aba26cb1979b

chore: nextjs files

eedu-tomasi committed a month ago
Unverified
0d13b23b6f6167b495634cdde2b3d3ad4628995a

doc: convert react app to nextjs app

eedu-tomasi committed a month ago
Verified
a428d06af55a7b44ebeea61bd0a0d125af1eb1e5

Merge pull request #4 from edu-tomasi/doc/building-ui-with-components

eedu-tomasi committed a month ago
Unverified
838fbec8aed5eeca1702db132d63ef77733d598e

doc: create ui with components

eedu-tomasi committed a month ago
Verified
be153c7541b10e32ef05f9cdffcff8c66277abdf

Merge pull request #3 from edu-tomasi/doc/chapter-4_getting-started-with-react

eedu-tomasi committed a month ago

README

The README file for this repository.

next-react-foundations

…or create a new repository on the command line

echo "# next-react-foundations" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/edu-tomasi/next-react-foundations.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/edu-tomasi/next-react-foundations.git
git branch -M main
git push -u origin main