Description
A client-side React app created with create-react-app.
npx boilerapp create-react-app文档
This directory is a brief example of a Create React App site that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own Create React App project with Vercel.
Live Example: https://create-react-template.vercel.app/
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.5c:T4cb,This directory is a brief example of a Create React App site that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own Create React App project with Vercel.
Live Example: https://create-react-template.vercel.app/
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.5d:T43d,Everything you need to build a Svelte project, powered by create-svelte, deployed to Vercel.
Live Example: https://sveltekit-1-template.vercel.app
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npm init svelte@next
# create a new project in my-app
npm init svelte@next my-app
Note: the
@nextis temporary
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
This uses the adapter-auto for SvelteKit, which detects Vercel and runs adapter-vercel on your behalf.
npm run build
You can preview the built app with
npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
Prix
Gratuit