Skip to content

nwnordahl/supermarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket

A web store built with React. The website is deployed to Netlify and can be found here.

A note on deployment

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).

Requirements

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).

How to set up (locally)

  1. Clone this repository:
$ git clone https://github.com/nwnordahl/supermarket
  1. Install the required packages in the cloned repository with npm:
$ npm i
  1. Run server:
$ npm run start

How to use

If you want to use it locally, make sure that you have done the steps above. Open your browser, and go to localhost:3000.

Built with