Skip to content

UruIT/react-seed

Repository files navigation

react-seed

GitHub license Build Status Coverage Status GitHub release PRs Welcome DevDependencies

Twitter Follow Twitter URL

UruIT seed project for ReactJS applications

Stack

  • Webpack
  • ES6/7
  • ESLint
  • React 16
  • Fetch
  • React-Router
  • Jest
  • Sass
  • Express
  • Git hooks
  • Plop

Secondary features

  • Redux
  • Redux-Segment
  • MongoDB
  • MSSQL
  • i18n
  • PDF

Seed Branches

master *
seed/
    ./redux
    ./mongo
    ./mssql
    ./redux-i18n
    ./i18n
    ./offline

Coming up next

  • server side rendering
  • graphQL
  • storybook
  • bootstrap

Structure

app
├── client
│   ├── components
│   │	└── home
│   ├── config
│   │	└── webpack
│   ├── routes
│   ├── styles
│   └── utils
├── docs
└── server
    ├── config
    ├── datastore 
    ├── exceptions
    ├── routes
    ├── services
    ├── tests
    └── utils

Development

Restore all packages and start development server:

yarn
yarn dev

Open browser on localhost:4000

Docs

Contributors

Authors

carloluis matiasdelgado rrivem marina-acosta
carloluis matiasdelgado rrivem marina-acosta

License

Licensed under the MIT License, Copyright © 2017 UruIT.

See LICENSE for more information.