Chuck Jokes ยท
Just a cool Chuck Norris Jokes reader using ChuckNorris.io
Chuck Norris has a grizzly bear carpet in his room. It's not dead, it's just afraid to move.
- React (Create React Appp)
- Styled components ๐ ๐ฝ
- Linting (Eslint and Prettier)
- Pre-commit and Pre-push Hooks with husky
- Redux
- Redux Saga Middleware
- Node 12+
To ensure code quality and consistency, I recommend Visual Studio Code because it have integration with Eslint and Prettier extensions:
command | description |
---|---|
npm start | start local server at localhost:3000 |
command | description |
---|---|
npm run test | start unit tests |
npm run test:ci | run tests with coverage |
command | description |
---|---|
npm run build | serve files into /public folder |
CI/CD made with TravisCI and Github pages
All the needed info included into .travis.yml
.
In order to keep code health and maintainability, a Codeclimate integration are included.