Example application built as a support application for my presentation "Tips & Trix Med npm scripts" in preparation for the business conference "OpKoKo" in Cape Town, South Africa in 2017.
The purpose for this project was to build an example application using React and the Redux pattern to show of the power of npm scripts and what usage areas these can have. The branches are numbered 1-6 and surves the purpose of explaining how to gradually expand the complexity of the npm scripts.
The current version is 1.0.0
.
The user needs to have the package manager npm installed in order to run the application. To start the application, navigate to the root folder of the project and run:
npm run server
(oryarn server
) to start the server at http://localhost:3031/.npm run start
(oryarn start
) to start the application at http://localhost:3000/.
The application itself lists different volumes of the comic book series "The Adventures of Tintin". Users can view detailed information about each novel and like and/or comment on it.
The application is created using the create-react-app
cli and is based on React
and the Redux
state management pattern. The tests are written in Jest
and the server is created using json-server
.
Mathias Bergqvist, [email protected]