Skip to content

React Redux boilerplate with scss, webpack4, react 16.2, redux, react-router v4

Notifications You must be signed in to change notification settings

w3ashwin/react-redux-boilerplate-lite

Repository files navigation

Known Vulnerabilities Build Status

Webpack 4 Boilerplate

Webpack 4 boilerplate with Babel, SASS, React 16.2, React router v4 on board

Requirements

You only need node.js pre-installed and you’re good to go. please use node version >= 8.9.4.

Setup

Install dependencies

$ yarn install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8081/

$ yarn dev

Deployment

Build the current application

$ yarn build

Stats

Check the stats of the bundle

$ yarn stats

Building web app in docker

Build using docker

$ docker-compose build web

Running in docker

Running web-app using docker

$ docker-compose up web

Docker terminal commands

Running docker terminal commands

$ docker-compose run --rm web yarn <script>

Getting into container

Getting into container

$ docker-compose run --rm web bash

About

React Redux boilerplate with scss, webpack4, react 16.2, redux, react-router v4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published