Skip to content

tassioFront/frontend-pattern

Repository files navigation

Intro

This web system has been created to explore React functionalities and frontend patterns. Here you also find content about my journey as Developer, besides nice articles.

I hope you enjoy it and learn something new.

Access the online version here or go to my articles directly.

Main Stack

Requirements to run locally

To run the project locally, follow these steps:

  1. Clone the project repository from GitHub.
  2. Create a Personal Access Token (PAT) on GitHib.
  3. Create a .npmrc file in the root directory of the project.
  4. Add the following line to the .npmrc file and replace 'YOUR_PAT_TOKEN for the PAT you have created':
     //npm.pkg.github.com/:_authToken=YOUR_PAT_TOKEN
    @open-ish:registry=https://npm.pkg.github.com

    engine-strict = true
  1. Install the required dependencies by running the command: yarn install

The project should now be able to run locally.

Available Scripts

In the project directory, you can run:

  • yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

  • yarn test

  • yarn e2e

  • yarn preview (simulate a server by Vite)

  • yarn build

About author

Buy me a coffee ☕. Hope I have helped you somehow. 🤗

Hi, I'm Tássio Jordão (TJ), a Chemical with Front-End experience. Actually, I'm a Frontend developer with some Chemistry knowledge. See more here

Just starting on ko-fi. Checkout my articles about system development, front-end and more: https://frontend-pattern.vercel.app/articles

About

Exploring frontend pattern and also practicing React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published