/next-saga-boilerplate

Estructura de Next.js con saga

Primary LanguageJavaScript

Next.js Boilerplate using Redux and Redux-Saga

Init a next.js project with a structure to use redux (redux ducks) and redux-saga. Also use the service concept to make api calls

Install

yarn

Run project on development mode

yarn dev

Run eslint

yarn lint

Run tests

yarn test

Run saga's tests

yarn test:saga

Deploy to Heroku

This project is configured to make easy deploys to heroku. Just add your remote and push.