Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 583 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 583 Bytes

React/Sass/Redux Boilerplate

Boilerplate and guide for a React/Sass/Redux/material-ui build.

Getting Started

To get started, first install all the necessary dependencies.

> npm install

Run an initial webpack build

> webpack

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

> npm run start

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

Links