tommy351 / redux-example

A universal (isomorphic) web application example powered by Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux example

This is a universal (isomorphic) web application example.

We used

Usage

Start the development server

The server will run on localhost:4000.

$ npm run dev

Build source files

Compiles JavaScript files with JavaScript and extracts CSS files from JavaScript.

$ npm run build

Start the production server

$ npm start

Run ESLint

$ npm run eslint

Run JSCS

$ npm run jscs

License

MIT

About

A universal (isomorphic) web application example powered by Redux.

License:MIT License


Languages

Language:JavaScript 100.0%