- download project zip
- Extract zip file and cd into folder
- To install dependencies
npm install
- to run project run command
npm start
- For create a Production Build
npm run build
-
- Hosted on firebase
- Progressive Web App
- Works offline
- Add to homescreen (mobile)
- React library for frontend
- Javascript (Node js) in backend
- Redux (content management library)
- Bootstrap (Responsiveness)
- Express
- Woo-comemerce sample API for data fetching
- Go to firebase console, login and Create a new Project
- Install Firebase tools using
npm install -g firebase-tool
-
To intialize firebase
firebase login && firebase init
-
Select options for project configuration (like hosting and database)
-
To deploy files on server
firebase deploy
-
Hope it works on your system