Skip to content

zywyz/react-and-firebase-starter-kit

Repository files navigation

React & firebase starter kit

Starter template for react and firebase SPA.

Features

  • ES6
  • react/jsx
  • react-router
  • redux
  • webpack
  • browser-sync
  • firebase
  • sass
  • eslint (with airbnb rules for js and react)
  • mocha/chai for js tests
  • enzyme for react tests

Development and build tasks are done with gulp so there are no problem to replace for example sass with less etc.

Getting Started

  1. git clone https://github.com/zywyz/react-and-firebase-starter-kit.git
  2. cd react-and-firebase-starter-kit
  3. npm install
  4. gulp
  5. It should automatically open http://localhost:3000

Run tests

npm run test
npm run test:watch

Build for Production

gulp build

Application structure

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published