You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code From Original Template: [React Starter](https://github.com/obsidian-community/obsidian-react-starter)
4
-
5
-
A starter template for creating an [Obsidian](https://obsidian.md/) plugin with [ReactJS](https://reactjs.org/).
6
-
7
-
## Features
8
-
9
-
This project comes preconfigured with [Typescript](https://www.typescriptlang.org/), [Vite](https://vitejs.dev/) And [Less](https://lesscss.org/).
10
-
11
-
## Getting Started
12
-
13
-
Click "use this template" to create your own fork of this repo. Make sure to reference [the official sample plugin](https://github.com/obsidianmd/obsidian-sample-plugin) for information about how to get started with the Obsidian API and how to submit your plugin to the Community Plugin Gallery.
14
-
15
-
```bash
16
-
# for local development
17
-
yarn install
18
-
yarn dev
19
-
20
-
# for a production bundle
21
-
yarn install
22
-
yarn build
23
-
```
24
-
25
-
## Stats
26
-
27
-
The production output of this sample plugin is **~50 KB**.
0 commit comments