Getting Started
Create Abyss App Deprecated
Starting an app with create-abyss-app is deprecated. Use Templates for the recommended setup path.
Project structure
Below is the structure of the Parcels section in create-abyss-app. The Workshop product is where you will be creating and building your Parcels.
└── products ├── workshop ├── .abyss | ├── environments.json | └── settings.json ├── src | ├── common | ├── parcels | | ├── ReactLogo | | | ├── index.ts | | | ├── ParcelApp.tsx | | └─────└── ParcelApp.stories.tsx | ├── decorator.tsx └── package.jsonRunning your workspace
To test the application locally you will need to be in the project directory and run the following command:
npm run devLearning React
Just starting your journey with React? Abyss is a framework built on top of the popular React library. To get started, visit the React documentation for more in-depth tutorials. If you are interested in learning high-level concepts, check out the getting started guide for React.
Support
If you're ready to get started with Abyss for your next project, check out our Contact Us page. Submit a new support request and let us know how we can help your team. If you found Abyss to be helpful, please give us a star on GitHub!
Table of Contents