Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

créer composant react

1. Dans le terminal :
npx create-react-app [ nom dossier]
cd [ nom dossier]
npm start

2.désinstaller package :
npm uninstall -g create-react-app
 
PREVIOUS NEXT
Tagged: #composant #react
ADD COMMENT
Topic
Name
5+4 =