create-react-solution
v4.4.3
Published
Create new project with React-Solution framework
Readme
Creating a New Project with React-Solution
In the command line, navigate to the directory where you want to create a new project and run the following command:
npm create react-solution@latestThis command will generate the initial structure of a React project using the React-Solution framework. The project comes with preconfigured tools, including Vite, TypeScript, Jest, ESLint, and Prettier. Configuration files for all tools will be located in the root directory of the project.
