- Clone the repo
git clone https://github.com/him2497/ReactBoilerPlate.git
- Get rid of git configurations
rm -rf .git && git init
- Install the dependencies:
npm install
- Change name of the application:
- Change the name of the application in src/index.html under the title.
- Change the name of the application in package.json under name.
- Start the webpack-dev-server
npm run start
- Build the application for production
npm run build
- To change the port of the application go into package.json under scripts and start change the port value to your liking currently it is set to port 5000.