Minimart React App
Objectives Attempted:
- Features for CRUD of products
- API calling to appserver
- UI Framework: antd
Ensure Node and npm is installed
-
Install dependencies
npm install -
Setup environment variables The appserver URL is defaulted to
http://localhost:3001/api/v1. To change it, useset baseURL=http://HOST:PORT/api/v1 -
Run the app
npm start
This project was bootstrapped with Create React App.