Skip to content

vivek3003/reactStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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