Skip to content

LOLQueen/front-end

Repository files navigation

Circle CI

Commitizen friendly

LolQueen Redux front-end

Core libraries and tools:

  • React (with JSX)
  • React Hot Loader
  • Redux
    • Redux Router
    • Redux DevTools
    • Redux Logger
    • Redux Thunk / Redux Actions
  • ImmutableJS
  • Webpack
  • Babel (ES6, ES7 - Using Stage 0 features)
  • ESlint
  • Radium

Installation

You'll need to have [Node.js] (https://nodejs.org/) to get started.

$ npm install # Install dependencies

$ gem install scss-lint
  • If having issues try updating to the latest version of node.

Getting Started

Dev

$ npm start

Open http://localhost:8080 in your browser.

Build

$ npm run clean
$ npm run build
$ http-server -p 8080 .

Open http://localhost:8080 in your browser.

Acknowledgements

This application was built on top of Andrew's React Redux Boilerplate, so special thanks to him!

About

The front-end for LolQueen written in redux + react. Visit us @ http://www.lolqueen.net/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published