- Have NodeJS installed in your computer.
- To change the holidays' list to another country take the country initial at https://holidayapi.com/ and paste at ./assets/globals/api on the country variable.
- React
- Redux
- Webpack
- Styled Components
- NPM scripts
- ECMAScript 6
- Eslint
- To install dependencies: npm i
- To run tests: npm test
- To run the project in development mode: npm start
- To make production bundle: npm run build
- To run the server and use production bundle: npm run server and open the url 'http://localhost:8080/'