React

From DiviFree
Revision as of 18:43, 28 March 2023 by Loribel (talk | contribs)

Déployer un app react

Build the project (

npm run build

.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdirectory
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>

Erreur

'react-scripts' n’est pas reconnu en tant que commande interne

npm install react-scripts --save