https://github.com/officialrajdeepsingh/tailwindblog
Build the demo blog with tailwind css and html
https://github.com/officialrajdeepsingh/tailwindblog
html html5 tailwind-css tailwind-ui tailwindcss
Last synced: 4 months ago
JSON representation
Build the demo blog with tailwind css and html
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/tailwindblog
- Owner: officialrajdeepsingh
- Created: 2022-05-09T10:27:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T11:14:18.000Z (about 4 years ago)
- Last Synced: 2025-07-28T16:36:30.857Z (11 months ago)
- Topics: html, html5, tailwind-css, tailwind-ui, tailwindcss
- Language: CSS
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I build a blog template with tailwind css. you can run the project only locally. if you try my code online browser IDE. maybe you face a error and you change some code according to IDE.
## Read full details Article
https://medium.com/frontendweb/how-to-start-with-a-tailwind-css-locally-b9e210e455b4
## step
1. Download code
2. Run the `npm install`
3. To start local develpoment server run ` npm run dev`
## All npm script
1. tailwind
2. dev
3. start
4. build
## tailwind
`npm run tailwind` coomand start your project server with tailwindcss. you does not need any postcss configation.
## dev
`npm run dev` command work with postcss in tailwind css.
## start
`npm run start ` your local server with live-server.
## build
` npm run build ` command build your tailwind css file help of postcss and without live-server.