Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (30 loc) · 805 Bytes

File metadata and controls

50 lines (30 loc) · 805 Bytes

Netlify Status

React app starter

Informations

Yarn PnP (berry)

Please install pnpify yarn add @yarnpkg/pnpify

Then run this command:

  yarn pnpify --sdk

After go to VSCode and follow these steps:

  1. Press ctrl+shift+p in a TypeScript file

  2. Choose "Select TypeScript Version"

  3. Pick "Use Workspace Version"

How to run the project

Be sure to be in the project folder

Dev mode

yarn dev

Then open: http://localhost:3000 in your browser

Production mode

  1. Build the project
yarn build
  1. Start the server
yarn start

Then open: http://localhost:3000 in your browser