https://github.com/luismayta/antd-todo-example
Example of antd
https://github.com/luismayta/antd-todo-example
antd example peru sample todo
Last synced: 6 months ago
JSON representation
Example of antd
- Host: GitHub
- URL: https://github.com/luismayta/antd-todo-example
- Owner: luismayta
- License: lgpl-3.0
- Created: 2019-12-23T10:36:28.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-10T14:50:55.000Z (6 months ago)
- Last Synced: 2025-08-10T16:31:58.620Z (6 months ago)
- Topics: antd, example, peru, sample, todo
- Language: TypeScript
- Homepage:
- Size: 5.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
|license|
:Version: 0.0.0
:Web: https://github.com/luismayta/antd-todo-example
:Download: https://github.com/luismayta/antd-todo-example
:Source: https://github.com/luismayta/antd-todo-example
:Keywords: Core Front
.. contents:: Table of Contents:
:local:
antd todo example
=================
License
-------
The code in this repository is licensed under the GPL unless
otherwise noted.
Please see LICENSE_ for details.
How To Contribute
-----------------
Contributions are very welcome.
Please read `How To Contribute` CONTRIBUTING_ for details.
Issue report template should be automatically applied if you are sending it from bitbucket UI as well; otherwise you
can find it at `ISSUE_TEMPLATE.md `_
Reporting Security Issues
-------------------------
Please do not report security issues in public. Please email security@luismayta.com.
Requirements
------------
This is a list of applications that need to be installed previously to
enjoy all the goodies of this configuration:
- `Pyenv`_
- `Docker`_
- `Tfenv`_
- `Terragrunt`_
Quickstart
----------
Project Start
^^^^^^^^^^^^^
.. code:: bash
$ make environment
$ pipenv shell --fancy
$ make setup
$ make yarn.install
Start Application
^^^^^^^^^^^^^^^^^
.. code:: bash
$ make yarn.start
Troubleshooting
---------------
Wrong pre-commit with pyenv
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Execute the next:
.. code:: bash
pyenv shell 3.8.0
License
=======
MIT
Changelog
---------
Please see `CHANGELOG`_ for more information what
has changed recently.
Contributing
============
Please see `CONTRIBUTING`_ for details.
Versioning
----------
Releases are managed using gitlab release feature. We use [Semantic Versioning](http://semver.org) for all
the releases. Every change made to the code base will be referred to in the release notes (except for
cleanups and refactorings).
Credits
-------
- `CONTRIBUTORS`_
Made with :heart: :coffee: and :pizza: by `luismayta`_.
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square
:target: LICENSE
:alt: License
.. Links
.. _`CHANGELOG`: CHANGELOG.rst
.. _`CONTRIBUTORS`: docs/source/AUTHORS.rst
.. _`CONTRIBUTING`: docs/source/CONTRIBUTING.rst
.. _`LICENSE`: LICENSE
.. _`luismayta`: https://github.com/luismayta
.. dependences
.. _`Pyenv`: https://github.com/pyenv/pyenv
.. _`Docker`: https://www.docker.com/
.. _`Tfenv`: https://github.com/tfutils/tfenv
.. _`Terragrunt`: https://github.com/gruntwork-io/terragrunt