This project was bootstrapped with Create React App.
- Clone the repository
git clone https://github.com/jmsbrr/xyz-clothing.git
- Change directory into the project root
cd xyz-clothing
- Run
yarn install
ornpm install
- Run
yarn start
ornpm run start
- Open http://localhost:3000 to view it in the browser.
Install the serve package globally (only once (ever)):
yarn global add serve
or npm install -g serve
yarn build
ornpm run build
serve -s build
Open http://localhost:5000 to view it in the browser.