An E-commerce website thar we can buy and sell new or used goods called Blanja which is created using bootstrap frameworks.
- Search Product
- Add Product
- Edit Product
- Edit Profile
- etc
- Clone the repo
git clone https://github.com/bayue48/blanja-app.git
- Install NPM packages
This will install the dependencies inside
npm install
node_modules
Please create and make the changes in the .env file.
REACT_APP_BASEURL = "http://host_backend:port_backend"
Example :
REACT_APP_BASEURL = "http://localhost:4000"
node index
OR nodemon start
OR npm start
.
Runs the app in the development mode.
Open http://localhost:3000/ to view it in the browser.
If you want to build, type npm run build
.
This is Blanja Web build version, let's try it.
RESTful API for this web application, clone this for development.
Distributed under the MIT License.