cd nazwa_folderu
– komenda do zmiany folderuls
– wypisanie zawartości folderu (macOS/linux)dir
– wypisanie zawartości folderu (Windows)Wykonaj
npx create-react-app WARSAWJS_REPO_NAME
Po wykonaniu się polecenia naszym oczom powinno ukazać się coś podobnego do
Success! Created WARSAWJS_REPO_NAME at /Users/uzytkownik/Projects/WARSAWJS_REPO_NAME
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm run test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd WARSAWJS_REPO_NAME
npm start
Happy hacking!
Następnie wykonaj
cd WARSAWJS_REPO_NAME
npm start
Po wykonaniu npm start
powinna otworzyć się przeglądarka, a w niej http://localhost:3000/
Jeśli miałeś problem z instalacją spróbuj:
Zamiast
npx create-react-app WARSAWJS_REPO_NAME
Użyj
npm install -g create-react-app
create-react-app WARSAWJS_REPO_NAME
Zamiast
npx create-react-app WARSAWJS_REPO_NAME
Zainstaluj yarn
poprzez
npm install -g yarn
Następnie
yarn create react-app WARSAWJS_REPO_NAME