Skip to content
/ kaizen Public template

A Boilerplate complete Typescript with example for request async the github api.

License

Notifications You must be signed in to change notification settings

luanribeiros/kaizen

Repository files navigation

A boilerplate complete typescript with example for request async the github api

Using:

  • Webpack 4+
  • Babel
  • HTML and CSS generated automatically by webpack
  • React 16+ with Hooks
  • Redux Saga
  • Preprocessor Sass
  • Eslint (Airbnb)
  • Prettier
  • Husky with pre-commit
  • Typescript

Dependencies:

  • Node.js >= v12.16.1;

Up and running

  • Clone this repository: git clone [email protected]:luanribeiros/kaizen.git;
  • Remove .git directory;
  • Install dependencies: yarn (or npm install);
  • Run yarn (ornpm start) to develop onhttp://localhost:3000`
  • Run yarn build (or npm run build) for production build (files will be generated on build-prod directory)

License

MIT © Luan Ribeiro

About

A Boilerplate complete Typescript with example for request async the github api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published