paulobunga / helloworld-react-material

A boilerplate and reference implementation for web applications built with React, Redux, and React Material.

Home Page:http://react-material.helloworld.emiketic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World Webapp (React/Redux with Material Design)

A boilerplate and reference implementation for web applications built with React, Redux, and React Material.

Preview

References

Technology

Requirements

Usage

# install dependencies
npm install

# run app in development on port 3000
npm run dev

# run tests
npm run test

# build for production
npm run build

# lint code for critical issues
npm run lint:critical

# lint code
npm run lint

# format code
npm run format

Debugging

From DevTools

// use logger
Logger.debug('Hello World!');

// check if there is an authenticated session
AuthService.isAuthenticated();

// get state from Redux store
$store.getState().MyModule.myField;

// dispatch action from Redux store
$store.dispatch($state.MyModule.$myAction(/* args */));

About

A boilerplate and reference implementation for web applications built with React, Redux, and React Material.

http://react-material.helloworld.emiketic.com


Languages

Language:JavaScript 84.3%Language:Shell 10.8%Language:HTML 2.6%Language:CSS 2.4%