Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 527 Bytes

react-webpack-setup

Want an lightweight alternative to create-react-app?
You're at the right place!

react-webpack-setup is a lightweight React Webpack Environment configured for development and production.

You can even start using SCSS out of the box.

Installation

  1. Clone the repository
git clone https://github.com/thisissandip/react-webpack-setup.git
  1. Install dependencies
npm install
  1. Your local development server will start at PORT 8080 and will watch 👀 your files continuously.