This project aims to create PNStack, a platform for building full-stack applications quickly.
- 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
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/
.
Full documentation is available at pnstack.com/docs.
Pull requests are welcome! Please read CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.