Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 612 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 612 Bytes

React/Sass/Redux Boilerplate

Boilerplate and guide for a React/Redux build.

Getting Started

To get started, first install all the necessary dependencies.

> npm install
> yarn

Run an initial webpack build

> webpack
> yarn run dev

Start the development server (changes will now update live in browser)

> npm run start
> yarn run start

To view your project, go to: http://localhost:3000/

Credits

This boilerplate was inspired on https://github.com/buckyroberts/React-Redux-Boilerplate Boilerplate