jdtzmn / nextjs-advanced-starter

a next.js starter setup with redux, typescript, fastify, styled-components, with built-in unit testing, end-to-end testing, and linting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next.js-advanced-starter

A next.js starter setup with redux, typescript, fastify, styled-components, with built-in unit, end-to-end testing, and linting.

Getting Started

Prerequisites

Installing

$ git clone https://github.com/jdtzmn/nextjs-advanced-starter my-app
Cloning into my-app...
$ cd my-app
$ yarn # or npm install
yarn install v1.9.4
...

Testing

Run the continuous integration tests locally:

$ yarn ci # this will start up the server and test both unit and end-to-end tests

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Jacob - Initial work - jdtzmn

See also the list of contributors who participated in this project.

Contributing

Contributions are welcome and greatly appreciated - see the CONTRIBUTING.md file for detials

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

a next.js starter setup with redux, typescript, fastify, styled-components, with built-in unit testing, end-to-end testing, and linting.

License:MIT License


Languages

Language:TypeScript 74.3%Language:JavaScript 25.7%