Skip to content

Video Notes Contents



React NotesΒΆ

Creating First React Project & InstallingΒΆ

npx create-react-app <appname>
npm start
npm run build

Commands to create and start a react app

Note

The React Library will be installed by running the first command.