ElmDemo/UI/README.md
2023-06-15 21:21:48 +08:00

22 lines
362 B
Markdown

### Getting Started
Run the following command to clone the repository:
```
git clone https://github.com/MdMostaFizurRahaman/tailwindcss-starter.git
```
Then, run the following command to install dependencies:
```
npm install
```
To run the project, run the following command:
```
npm run dev
```
Now, your application is running on http://localhost:3000.