ElmDemo/UI/README.md

22 lines
362 B
Markdown
Raw Normal View History

2023-06-15 13:21:48 +00:00
### 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.