paulina-grunwald / webpack-template-react-without-redux-and-with-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Template Layout for React without Redux with SASS (syntax SCSS).

This is my base config for React with Webpack module bundler.

Quick Start

Step 1 Clone repo

git clone git@github.com:konstantindergachev/webpack-template-react-without-redux-and-with-sass.git

Step 2 Install dependencies

yarn or npm install

Step 3 Use your own favicon.ico and favicon directory

src/img/favicon.ico
src/img/favicon

Step 5 Start this react template on developer mode on localhost:3000

yarn dev or npm run dev

Step 6 Buid your project for production mode

yarn build or npm run build

Info

Author

Konstantin Dergachev Konstantin Dergachev portfolio.

License

This project is licensed under the MIT License

About


Languages

Language:JavaScript 67.1%Language:SCSS 18.0%Language:HTML 15.0%