Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 764 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 764 Bytes

Massa Boilerplate: React + TypeScript + Vite

Welcome to the frontend Massa Boilerplate! This project serves as a starting point for building decentralized applications with Massa.

Getting Started

  1. Clone the repository:
git clone https://github.com/massalabs/react-boilerplate.git
cd massa-boilerplate
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Scripts

  • npm run dev: Start the development server.
  • npm run build: Build the project for production.
  • npm run lint: Run linter.

Contributing

We welcome contributions!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Happy coding!