Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 755 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 755 Bytes

Nest.js & Create React App Fullstack Example

Aims

This project's aim to speed up creating new fullstack projects.

Give it a try

$ git clone git@github.com:robence/nest-cra-starter.git

$ cd nest-cra-starter

$ yarn dev

Features

  • Fullstack Typescript - you can use types everywhere
  • CI support via CircleCI running tests
  • Precommit checks ESLint and Typescript errors

Used technologies:

  • Structure: Yarn workspace
    • Backend: Nest.js
    • Frontend: Create React App
  • Language: Typescript
  • Linter: Eslint
  • Formatter: Prettier

Images

CircleCI

Tests

App