Skip to content

siddharthdb/react-webpack-template

Repository files navigation

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.

About

This template is a starter repo for setting up react, webpack through non CRA way.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published