Hot Sauce Inventory Management
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/franciscarriere/hotsauce-inventory.git
-
Run NPM install for the server component
- npm
cd app/ npm install
- Run NPM install for the client component
- npm
cd app/src/client npm install
During development, ensure your computer's host file has been edited to point volamtarpeppers.wrclan.ca
to 127.0.0.1
To start the server for a dev environment, use the provided startup shell script.
- shell
cd app/ sh startup-dev.sh
To start the server, use the provided startup shell script.
- shell
cd app/ sh startup.sh
Francis Carriere - @FCArchon - [email protected]