https://github.com/luismayta/nextjs-typescript
https://github.com/luismayta/nextjs-typescript
example library nextjs peru sample typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luismayta/nextjs-typescript
- Owner: luismayta
- License: lgpl-3.0
- Created: 2020-01-03T06:48:38.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-28T14:14:21.000Z (4 months ago)
- Last Synced: 2025-09-28T16:25:33.163Z (4 months ago)
- Topics: example, library, nextjs, peru, sample, typescript
- Language: Makefile
- Homepage:
- Size: 693 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
nextjs-typescript
=================
example next with typescript
:Version: 0.0.0
:Web: https://github.com/luismayta/nextjs-typescript
:Download: https://github.com/luismayta/nextjs-typescript
:Source: https://github.com/luismayta/nextjs-typescript
:Keywords: nextjs-typescript
.. contents:: Table of Contents:
:local:
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
$ 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 github 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 `Luis Mayta`_.
.. |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
.. _`Luis Mayta`: 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