Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantaa89/react-blog
https://github.com/vantaa89/react-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vantaa89/react-blog
- Owner: vantaa89
- Created: 2023-11-05T00:00:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T11:39:50.000Z (about 1 year ago)
- Last Synced: 2023-11-10T14:17:29.195Z (about 1 year ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React starter project for Code App
To start, run these commands in the terminal:
```sh
npm i
npm run dev
```To preview the project, open Safari in split view and visit `localhost:8080`.
### Supported commands:
```json5
"scripts": {
"dev": "webpack s --mode development --port 8080", // Start dev server
"build": "webpack b --mode production" // Build for production
}
```