Welcome to the frontend Massa Boilerplate! This project serves as a starting point for building decentralized applications with Massa.
- Clone the repository:
git clone https://github.com/massalabs/react-boilerplate.git
cd massa-boilerplate
- Install dependencies:
npm install
- Start the development server:
npm run dev
npm run dev
: Start the development server.npm run build
: Build the project for production.npm run lint
: Run linter.
We welcome contributions!
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding!