Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 871 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 871 Bytes

React Template

This React application build using webpack configurations. The application is also capable for working with Redux.

Get Started 🚀

  1. 💻 Clone the project into your code editing software https://github.com/rusiruavb/rusiru-react-template.git
  2. 📦 Run npm install to install all the dependencies.

Create a Build & Run

  1. 🏗️ Run npm run build to create a production build of the application.
  2. ⌨️ Run npm run dev to start the application.
  3. 🔌 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

Happy Coding 😉