UNPKG

@reactseed/template-antd

Version:

React seed ant design template for creating react app

37 lines (21 loc) 1.15 kB
# **name** This project was bootstrapped with [React Seed](https://github.com/reactseed/reactseed). ## Available Scripts In the project directory, you can run: ### `npm start` or `yarn start` Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console. ### `npm test` or `yarn test` Launches the test runner in the interactive watch mode. See the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information. ### `npm run build` or `yarn 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. Your app is ready to be deployed! See the section about [deployment](https://create-react-app.dev/docs/deployment/) for more information. ### `npm run analyze` or `yarn analyze` Analyzes JavaScript bundles using the source maps. > You need to run `npm run build` or `yarn build` before analysis.