ReactJS project initialization guide
- 18-08-2022
- Toanngo92
- 0 Comments
Required environments
- nodejs
- npm
- yarn (recomend)
Installation steps:
After having the full environment, type the command
npx create-react-app tenUngDung
cd my-app
npm start
// hoặc yarn start nếu dùng yarn
By default reactJS will run port 3000
Ctrl+C to terminate the server’s service.