Skip to content

micheldslive/jsm-challenge

Repository files navigation


AboutTechsGetting startedLive demo

About 💻

Project made for Juntos Somos Mais front end challenge.

Libs, Apps, Configs and Packages 🚀

The project was developed with following main libraries:

  • app
    • @jsm/backend: a Node.js app, architecture for use in nextjs web application endpoints
    • @jsm/web: a Next.js app
  • packages
    • @jsm/storybook: another Storybook app
    • @jsm/ui: a stub React component library shared by both web and storybook applications
  • configs
    • @jsm/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
    • @jsm/assets: assets used throughout the monorepo
    • @jsm/ts-config: tsconfig.json used throughout the monorepo
    • @jsm/tailwind-config: tailwind.config.json and postcss.config.json used throughout the monorepo

Each package/app is 100% TypeScript.

The project was developed with following main libraries:

Getting Started 📦

Clone this repository in your local machine:

git clone https://github.com/micheldslive/jsm-challenge.git

Then move to the project directory

cd jsm-challenge

Install the project dependencies, in the root ./ of the turborepo, make sure you have node 20.11 version:

pnpm i

Create a .env file in /apps/web and copy the contents of .env.example and run the main web application locally and open up local host

pnpm dev
# or
yarn dev

The main components of the application were documented. To access them in their locale, open the following up local host

Developer 💻

Foto no GitHub
Michel Domingos

🖊️ License

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

Releases

No releases published

Packages

No packages published