Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 682 Bytes

react-boilerplate

🏕 An elegant React app starter template.

Tech Stack

Usage

  1. Run npx degit zanminkian/react-boilerplate my-new-project to create you new project.
  2. Run cd my-new-project to enter your new project directory.
  3. Run pnpm i to install dependencies.
  4. Run pnpm dev to develope the app, or run pnpm build to build the app.
  5. Visit http://localhost:3000/ in your browser.

License

MIT