A web store built with React. The website is deployed to Netlify and can be found here.
This project is hosted on GitHub Pages, but as this is made with React, there are some additional steps (build and deployment is not initiated per commit/push to upstream). To build and deploy the project, run the command
$ npm run deployment
(as described in this article).
Git, node and npm (Node Version Manager is recommended for installing node and npm on macOS and Linux. A similar manager is provided for Windows).
- Clone this repository:
$ git clone https://github.com/nwnordahl/supermarket
- Install the required packages in the cloned repository with npm:
$ npm i
- Run server:
$ npm run start
If you want to use it locally, make sure that you have done the steps above. Open your browser, and go to localhost:3000
.