create-blog-app v1.0.6
Create Blog App
Preview blog: https://create-blog-app.vercel.app/
Create your blog with one command
npx create-blog-app
Introduction
Create Blog App is a project for building, deploying, and maintaining blogs easily.
Installation
Create Blog App is available as the create-blog-app package on npm.
To create a new blog app, you may choose one of the following methods:
npx
npx create-blog-app your-blog-namenpm
npm init blog-app your-blog-nameYarn
yarn create blog-app your-blog-nameIt will create a directory called your-blog-name inside the current folder.
Inside the newly created project, you can run some built-in commands:
npm run dev or yarn dev
Runs the blog in development mode. Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
npm run build or yarn build
Builds the blog for production to the build folder.
It correctly bundles and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your blog is ready to be deployed.
Contributing
I would love to have your helping hand on create-blog-app! See CONTRIBUTING.md for more information on what we're looking for and how to get started.
License
Create Blog App is open source software licensed as MIT.