Skip to content

carmayna/react-redux-saga-example-weather

 
 

Repository files navigation

js-standard-style

React Redux Saga Example Weather

Installation

npm install

Development

Start dev server:

npm run server:dev

Open a browser and visit http://localhost:3000

Run tests

npm test

Run watching file changes:

npm run test:watch

Production

Run the following command which will compile all the necessary files in a /dist folder.

npm run build

After this you can start a production server for testing:

npm start

Code style

This project is using the standard rules:

npm run lint

js-standard-style

About

An example of weather search using React + Redux + Redux-Saga

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.0%
  • CSS 4.4%
  • HTML 0.6%