Skip to content

pnstack/create-pnstack

Repository files navigation

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:

  1. Install the CLI globally:
npm install -g create-pnstack
  1. Run the CLI to create a new project:
create-pnstack my-app
  1. Choose a template like React, Vue etc and answer prompts about features to scaffold the project.

  2. cd into the project folder and run:

  3. Start building your app! Modify source files in src/ and components in components/.

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.