alpersonalwebsite / react-state-local-storage

Persisting state in Local Storage
MIT License
0 stars 0 forks source link

Persisting state in Local Storage

Greenkeeper badge Build Status js-standard-style License: MIT

This is an easy, basic and raw (no styles attached) example of HOW to interact with the Storage interface of the Web Storage API.

URL: https://react-state-local-storage.herokuapp.com/

Installation

yarn install

Running the server

yarn start

Linting

Linting all the *.js files inside src/

yarn lint

Fixing warnings/errors

yarn fix

NOTE: Some errors could require manual fix.

Building the application

yarn build