Skip to content

frontendweb3/blogpost

Repository files navigation

BlogPost

BlogPost is lightweight HTML Template for blogging. we use live-server, tailwindcss,postcss and postcss-cli npm package in BlogPost.

DEMO

blogpost template

To get started:

  1. Clone the repository
  2. Install the dependencies
  3. Start the development server

Clone the repository

git clone hhttps://github.com/officialrajdeepsingh/blogpost
   
# OR
   
cd blogpost
   

Install the dependencies

npm install

# OR

yarn install

Start the development server

npm run dev

# OR

yarn dev

Now you should be able to see the project running at localhost:8080 in your browser. Open public/index.html in your editor and start experimenting!

Build the CSS production file

You can build the CSS production file using npm run buid command.

npm run build

# OR

yarn build

Start local server

You can start local server using npm run start command.

Images

All the image collect on pixbay and unsplash.

Releases

No releases published

Sponsor this project

Packages

No packages published