on2-dev / workshop-react-bbdw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop ReactJS

install pnpm (optional)

  • confirme a versão do node (ou use nvm): 17+
  • npm i -g pnpm

create the react app

npm

  • npx create-react-app uf-cidades

pnpm

  • pnpm dlx create-react-app uf-cidades // OR
  • npx create-react-app@latest uf-cidades --use-pnpm

open the project

  • code ./uf-cidades

Use SCSS (optional)

  • rename App.css to App.scss and change the import in App.js
  • pnpm add node-sass

About


Languages

Language:JavaScript 69.2%Language:HTML 18.0%Language:SCSS 8.9%Language:CSS 3.8%