Home Industry Admin
A local e-commerce application created for ease of buying and selling transactions.
Table of Contents
Install
The Admin Website's frontend uses Node.js and is developed using React. You need to install the required dependencies prior to building and contributing to the project.
- Node.js and npm package manager
Verify that Node.js has been successfully installed. Make sure the interpreter can be invoked from the shell. For example:
npm --version
Now install the packages required for Node.js:
npm install
Build
npm build
Prepare environment
Create a .env file in the root folder. Inside the .env file, put
REACT_APP_BASE_URL= https://industripilar-staging.herokuapp.com
Running Development Mode
To serve the frontend:
npm run start
You can see the app running by going to localhost:1234 via your favourite web browser.