DEV Community

Discussion on: I Created My Portfolio with React and Some Magic 🎉

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

It's mentioned in the post. Here it is - GitHub link

Collapse
 
rifaimartin profile image
Rifai Martin

does this use npm start to run it?

Thread Thread
 
flexdinesh profile image
Dinesh Pandiyan

Yes. But remember, the source code is in dev branch.

You will need to run git checkout -b dev origin/dev first.

Then

npm install

npm start