Skip to content

Noxemia/kidzbracket

This branch is 318 commits behind agilekidz/kidzbracket:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rasmus Rosengren
Apr 22, 2020
e60ebbd · Apr 22, 2020

History

1 Commit
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020
Apr 22, 2020

Repository files navigation

react-node-react-template

A monorepo (using yarn workspaces) template for a web application using a React frontend, and a NodeJS backend.

Features

  • typescript for type-checking
  • eslint for linting
  • jest for testing
  • prettier (via eslint) for formatting
  • husky for git hooks, such as applying formatting pre commits and fetching latest yarn packages post merges
  • Docker for containerization
  • TravisCI for continuous integration

Using

Environment variables

In the root of the project, the frontend package, and the backend package, copy the .env.example to .env and fill in the variables.

Development

To start the project in development mode, run

docker-compose up -d

in the root of the project.

Logs

To access the logs run

docker-compose logs -f frontend

or

docker-compose logs -f backend

in the root of the project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.9%
  • JavaScript 7.4%
  • Dockerfile 3.0%
  • HTML 0.7%