https://github.com/evertcode/create-react-app
Create React App with Webpack 5
https://github.com/evertcode/create-react-app
Last synced: 11 months ago
JSON representation
Create React App with Webpack 5
- Host: GitHub
- URL: https://github.com/evertcode/create-react-app
- Owner: evertcode
- Created: 2021-04-07T03:37:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T04:18:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T05:29:31.727Z (about 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-react-app
# Run npm
```
npm run start
```
# Run Yarn
```
yarn run start
```