This React application build using webpack configurations. The application is also capable for working with Redux.
- 💻 Clone the project into your code editing software https://github.com/rusiruavb/rusiru-react-template.git
- 📦 Run
npm install
to install all the dependencies.
- 🏗️ Run
npm run build
to create a production build of the application. - ⌨️ Run
npm run dev
to start the application. - 🔌 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 🖥️.
Run npm run start
to run the application on the server. The application will run on 🔌 3000