This project was bootstrapped with Create React App.
- React: with TypeScript template
- Styling: SASS, BEM, mobile-first
- State management: Redux and redux-saga's
- Data flow: React container pattern
- Routing, error handling and spinner with HOC-pattern
Node version 12.10.0 or higher
-
Clone the repository:
git clone https://github.com/dowebdevelopment/powerpuffgirls.git
-
Enter the directory:
cd powerpuffgirls
-
Install dependencies:
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Due to time constrains only a few basic tests were written.
Builds the app for production to the build
folder.