/camland-mern-stack-and-beyond

MERN & Beyond

Primary LanguageTypeScriptMIT LicenseMIT

Description

MERN & Beyond - TypeScript starter repository.

Installation & Running the backend

$ cd backend
$ yarn install

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Running the frontend

$ cd frontend
$ yarn install

# development
$ yarn run start

Running with Docker

$ docker-compose up -d

Stay in touch

License

MIT licensed.