Skip to content

Ekluv/Reduxoplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduxoplate

logo

React Redux Boilerplate

Features:

> Next Gen Javascript
> SCSS with autoprefixer
> Typescript support
> Lazy loading
> Route based chunking

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

> git clone https://github.com/Ekluv/Reduxoplate.git
> cd Reduxoplate
> npm install
> npm start

Or 

Download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> npm start

Build Process(Production)

> npm run build

Things to follow:

> Javascript style guide -> http://airbnb.io/javascript/
> Linting -> Eslint