- A small gift to my friend
- A tiny helper app for store staff
- Developed in a day from scratch
- A simple full-stack react app
- Check out project:
git clone https://github.com/ateshuseyin/product-count.git
- Go to project folder:
cd product-count
- Install dependencies:
npm install
oryarn
- Modify db-config.json according to your db configuration. For more details https://www.npmjs.com/package/mysql#connection-options
- Build project:
npm run build
oryarn build
- Go:
npm start
oryarn start