Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 582 Bytes

Notes

A react app for handling notes. This app uses redux to handle the state and react-router to retrieve a part of the global state given an URL. This app requires nodeJS installed locally.

Installation

Please type the following commands in order to install the notes app locally:

	npm install
	npm start

Then open http://localhost:3000/ to see the notes app.

Test

If the app has been installed correctly (e.g. see above step), you can type the following command:

	npm test

which runs every test in an interactive mode.