boilerplate-react-node-tailwind-docker- Tailwind Templates

Boilerplate React Node Tailwind Docker

Nameless logo

Nameless Fullstack Starter Kit

A rich, full-stack boilerplate, built in TypeScript.

License GitHub Actions Codecov branch Code Style Conventional Commits Dependencies

Ingredients ๐Ÿ‘จโ€๐Ÿณ

Project's stack list is divided into 3 lists

Common

  • ๐Ÿ‘จโ€๐Ÿ’ผ Package Manager: PNPM
  • ๐Ÿ” Type system: TypeScript
  • ๐Ÿงช Test Runner: Jest
  • ๐Ÿ“ˆ Coverage reports: Covecov
  • ๐Ÿ‘• Linter: ESLint
  • ๐Ÿ’„ Formatter: Prettier
  • ๐Ÿšข Deployment: Docker
  • ๐Ÿ“ฆ Continuous Integration: GitHub Actions
  • ๐Ÿ”ฑ Reverse Proxy Server: NGINX

Backend

  • โฑ Runtime: Node.js
  • ๐Ÿ–ฅ GraphQL, REST API and WebSocket Framework: Fastify
  • ๐Ÿ”€ Live communication: WebSocket
  • ๐Ÿ—ƒ๏ธ Database: MongoDB
  • ๐Ÿ—ƒ๏ธ Database framework: Mongoose
  • ๐Ÿ“ REST API Documentation: Swagger

Frontend

Requirements

  1. Node.js >= 12.22.0
  2. Docker

Before getting started, make sure that Docker (Desktop) is running if you want to work locally, otherwise commands may fail, etc.

Getting started

  1. Use this repository as template or create a new repository by cloning
  2. Visit Codecov and register your repo
  3. Head to the repository Settings > Secrets for registering your Codecov token
  4. Add a new secret: CODECOV_TOKEN

Run apps locally

  1. Clone or use this repository as template
  2. Install pnpm (for obvious reasons):
    npm install -g pnpm
  3. Install packages:
    pnpm i
  4. Run apps:
    pnpm dev

Run apps on Docker

In the root folder, just run:
pnpm dock

Make sure to add the following host-names to the host file to imitate the domain names (How to edit)
127.0.0.1 nameless.local
127.0.0.1 api.nameless.local
127.0.0.1 storybook.nameless.local

Linting

Run ESLint with Prettier for static analysis and applying consistent code formatting:
pnpm lint

Testing

This project consists of integration tests and unit tests upon the necessity of requirements Run Jest for running tests:
pnpm test

Top categories

Loading Svelte Themes