- PWA PWA Implemenation
- FCM FCM (FireBase Cloud Message) FireBase Push Notification to Devices
- Google Geo Location api for getting near by store.
This is a boilerplate project using the following technologies:
- React and React Router for the frontend
- Express
- Sass for styles (using the SCSS syntax)
- Webpack for compilations
- JWT Token for Token Signing/Verification
- Node.js 6+
npm install
Make sure to add a config.js
file in the config
folder. See the example there for more details.
Production mode:
npm start
Development (Webpack dev server) mode:
npm run start:dev