/redux-example

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

Primary LanguageJavaScriptMIT LicenseMIT

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