Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 436 Bytes

README.md

File metadata and controls

executable file
·
26 lines (20 loc) · 436 Bytes

reactStarter

A simple webpack setup to get started with React and SCSS.

Includes webpack loader required for SCSS. You can directly import scss files inside components.

To Install, run

yarn install

For development, run

yarn run dev

Open http://localhost:8080/ or http://localhost:8080/webpack-dev-server/

To build files for production, run

yarn run build

To Lint with eslint, run

yarn run eslint