dynamic-json-starter
v1.0.0
Published
A starter CLI tool to create a React TypeScript project with dynamic JSON features.
Downloads
1
Maintainers
Readme
Dynamic JSON Starter
Description
dynamic-json-starter
is a command-line tool that helps you quickly set up a React TypeScript project based on the dynamic-json-generator package. This starter includes a fully functional demo app to showcase the capabilities of dynamic JSON generation.
Features
- Pre-configured React TypeScript template
- Integration with
dynamic-json-generator
for dynamic JSON data generation - Easy setup with a single command
Installation
To create a new project using this starter, run the following command:
npx dynamic-json-starter
Usage
After the project is created, navigate to the project directory and start the development server:
cd my-project
npm install
npm run dev
License
This project is licensed under the MIT license.