Skip to content

rusiruavb/rusiru-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😉