Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismayta/antd-todo-example
Example of antd
https://github.com/luismayta/antd-todo-example
antd example peru sample todo
Last synced: 3 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 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-17T01:16:01.000Z (3 months ago)
- Last Synced: 2024-10-19T02:40:34.266Z (3 months ago)
- Topics: antd, example, peru, sample, todo
- Language: TypeScript
- Homepage:
- Size: 5.22 MB
- Stars: 3
- Watchers: 2
- 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 [email protected].
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.installStart 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