Install the dependencies and devDependencies and start the server.
$ git clone https://gitlab.com/shishirmorshed/react-redux-rest-api-boilerplate.git
$ cd [folderName]
$ npm install
$ npm start
For production environments...
$ npm install
$ npm run build
Hosted App URL - [https://beerbank-baa82.web.app/]
Build Package - https://gitlab.com/shishirmorshed/react-redux-rest-api-boilerplate/-/raw/master/dist.zip
Here is the link to the sample project from the discussion. https://drive.google.com/drive/folders/1XSCxCopG-nTuauM8xJl3gjCv8mVd9FKJ
The sample project includes-
- Demo App
- Example of Redux
- Create/Use of React component
- Route
- Pass param to componen t -Click event example