Skip to content

scottvrable/ReduxSimpleStarter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduxSimpleStarter (with Sass Support)

This project is heavily based on the ReduxSimpleStarter repo by the excellent Stephen Grider of Udemy fame.

###Getting Started###

Checkout this repo, install dependencies, then start the webpack process with the following:

	> git clone https://github.com/scottvrable/ReduxSimpleStarter
	> cd ReduxSimpleStarter
	> npm install
	> npm run dev

Unlike the original version of this project, this verison supports Sass (with source maps) through a overly opinioned set up. (I also did some obnoxious stuff like switching spaces to tabs and single-quotes to double-quotes.)

Each subdirectory in the src/styles folder (except for lib) contains a _main.scss partial. These _main.scss files should import the other partials in their respective directories. Then, style.scss imports all the _main.scss files. All of this is outputted to style.css in the root directory which is what will be read by the browser in a live app.

When Deploying to Heroku...

Run...

	> git push heroku master

About

Starter build for React/Redux with support for Sass

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 96.4%
  • JavaScript 3.2%
  • HTML 0.4%