Skip to content

SantiMA10/remix-turborepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

49 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ฟ๐Ÿš€ Remix + turborepo Deploy

This is a remix project bootstrapped with create-remix. This project is a monorepo managed with turborepo.

Project structure

  • .github/workflows contains the configuration to lint, test and build the repo on each merge with the main branch using GitHub Actions.
  • apps/expenses-app contains the remix project.
  • packages contains different packages with each of the architecture layers

Getting Started

๐Ÿ’ป Development

First, run the development server:

yarn install

yarn start:dev

๐Ÿงช Testing

yarn install

yarn test

โš ๏ธ Production

yarn install

yarn start:prod
yarn start // alias for yarn start:prod

๐Ÿณ with docker

yarn docker:start // start the app using docker and docker-compose in https://localhost:3000
yarn docker:stop // stop the docker app

About

๐Ÿ’ฟ๐Ÿš€ This is a remix project with turborepo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published