https://github.com/rusiruavb/rusiru-react-template
Webpack React Redux template
https://github.com/rusiruavb/rusiru-react-template
react redux webpack
Last synced: 3 months ago
JSON representation
Webpack React Redux template
- Host: GitHub
- URL: https://github.com/rusiruavb/rusiru-react-template
- Owner: rusiruavb
- Created: 2021-06-25T11:56:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T12:15:58.000Z (about 5 years ago)
- Last Synced: 2025-07-29T04:07:49.311Z (11 months ago)
- Topics: react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Template
This React application build using webpack configurations. The application is also capable for working with Redux.
### Get Started :rocket:
1. :computer: Clone the project into your code editing software
2. :package: Run `npm install` to install all the dependencies.
### Create a Build & Run
1. :building_construction: Run `npm run build` to create a production build of the application.
2. :keyboard: Run `npm run dev` to start the application.
3. :electric_plug: Then application will start running on port 3000
You can also host this application on Heroku and firebase. `server.js` file is used to start the application on hosted server :desktop_computer:.
Run `npm run start` to run the application on the server. The application will run on :electric_plug: 3000
#### Happy Coding :wink: