React App Skeleton A Flexible Way to Start Your React Project
React App Skeleton is a flexible template for building React applications. To get started, install the dependencies with yarn
or npm install
. For development, simply run yarn start
or npm start
. To build the app, use yarn build
or npm build
.
Change the Development Port
This app uses webpack-dev-server
and runs on port 5000 by default. You can modify the port by adding a --port
flag to the start script in package.json
. For example, use --port 3000
to set the app to run on port 3000. For further customization options, you can check the official documentation.
278.7KB
文件大小:
评论区