Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

File metadata and controls

19 lines (13 loc) · 516 Bytes

React Webpack Starter Template

Introduction

Every now and then many new devs struggle to work on React project setup. Most end up using the CRA based format. This template is a basic starter project that will guide all new Devs to setup a standard React project from scratch

Usage

Step 1

Clone this repository git clone

Step 2

Run NPM install to setup node_modules

npm i

Step 3

Add your components, modules in the /src and run npm start to start the local dev server on PORT 9000.