react-test-shop-remix icon indicating copy to clipboard operation
react-test-shop-remix copied to clipboard

React Test Shop Using Remix

Home Page

Development Build

React Test Shop makes API calls to an external server. First set up this server by cloning the React Test Shop Server repository and following the instructions there to start the API server on port 8080.

Now run this project from another shell:

yarn dev

This starts your app in development mode, rebuilding assets on file changes.

Production Build

First, build your app for production:

yarn build

Then run the app in production mode:

yarn start