/fullstack-reddit-clone-ts-mern

Full stack reddit clone build with typescript and the mern stack.

Primary LanguageTypeScriptOtherNOASSERTION

Full stack reddit clone

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Packages

  • web (React.js website)
  • server (Typescript server)
  • common (Code shared between web and server)

Linters

Eslint with typescript and prettier.

Installing

A step by step series of examples that tell you how to get a development env running.

Yarn

yarn install

npm

npm run install

Running the app

To start on a localhost server

Yarn

yarn start

npm

npm run start

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details