Step 1
Install the dependencies using:
npm install # OR yarn install
Step 2
Run the development server:
yarn start # OR npm run start
Step 3
Open http://localhost:3000 with your browser to see the result (if it doesn’t open automatically).
Now you can start editing pages or components. The page auto-updates as you edit and save a file.
To avoid any issues, please make sure you have the latest stable version of Node.js installed.
If you need to have multiple versions of Node.js installed, you can use nvm.