create-pnstack
v0.0.6
Published
This project aims to create PNStack, a platform for building full-stack applications quickly.
Downloads
10
Readme
Create PNStack
This project aims to create PNStack, a platform for building full-stack applications quickly.
Features
- Scaffolding tools to generate project templates for various frameworks like React, Vue, Angular etc.
- CLI to quickly create projects from templates
- Visual editor to build UIs without code
- Integrated database options like SQL, MongoDB, GraphQL etc.
- Built-in authentication and authorization
- Deployment tools for hosting on various platforms
Getting Started
To use Create PNStack:
- Install the CLI globally:
npm install -g create-pnstack
- Run the CLI to create a new project:
create-pnstack my-app
Choose a template like React, Vue etc and answer prompts about features to scaffold the project.
cd
into the project folder and run:Start building your app! Modify source files in
src/
and components incomponents/
.
Documentation
Full documentation is available at pnstack.com/docs.
Contributing
Pull requests are welcome! Please read CONTRIBUTING.md for guidelines.
License
This project is licensed under the MIT License - see the LICENSE file for details.