A sample shop site built in react.
- Clone the repository.
cd
into it.- Install dependencies with
npm install
- Start up site with
npm start
- Connect to it by typing
localhost:3000
in any modern browser.
Optionally, you can set PORT = <port number>
to change the port it runs on (Default is port 3000).