Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 626 Bytes

Webpack React

This is webpack setup for a React app from scratch.

Run Locally

Clone the project

  git clone https://github.com/jasbindar-singh/webpack-react.git

Go to the project directory

  cd webpack-react

Install dependencies

  npm i

Start the server

  npm start

Configuration

  • Produsction & Development Environment
  • React setup with SASS, PostCSS Autoprefixer config
  • Linters Setup (Eslint, Prettier)

License

MIT

Authors