create-pena-app-ext
v0.1.3
Published
Create Pena docs apps in one command
Downloads
7
Maintainers
Readme
Create Pena App
The easiest way to create a Docs app with server-side rendering thanks to Next.js
- Getting Started — How to create an app
- User Guide — How to develop apps started with Create Next App
- Starting from Examples — How to create an app from a Next.js example
If you run into any issues or have feedback, please file an issue
Overview
npm install -g create-pena-app
create-pena-app my-app
cd my-app/
npm run dev
Open http://localhost:3000 to view your running app.
When you're ready for production, run npm run build
then npm run start
.