Tap Room is a Stardew Valley themed application that allows users to keep track of their kegs. Users can add kegs and sell pints on the detail page. The purpose of this application is to practice using Redux with React.
- React
- npm
- babel
- JSX
- CSS
- Redux
- npm is required to run this application
-
Navigate to the desired directory where you would like to clone the project.
-
Once you have chosen your desired directory, clone the github repo using the version control tool
git
(download instructions). Type the following command into your terminal:
$ git clone https://github.com/mekinsie/tap-room-redux
- Open the project in VSCode by typing the following in your terminal:
$ code .
Note: VSCode is a code editing software. If you don't already have it, you can download it here
- To start a local server, type the following into your terminal:
$ npm start
- Open your default browser and type "localhost:3000" into the search bar and press enter. Here, you will see the live server.
GPLv3
Mekinsie Callahan © 2021