Skip to content

robence/nest-cra-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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