DEV Community

Discussion on: Setting up a React Environment for ASP.NET MVC

Collapse
 
dance2die profile image
Sung M. Kim

You're welcome, Daniel.

You shouldn't include node_modules/ normally. But do include package-lock.json (or yarn-lock.json, if you are using yarn) as a lock file provide a way for others to create the same package structure.