Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vantaa89/react-blog


https://github.com/vantaa89/react-blog

Last synced: about 1 month ago
JSON representation

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
}
```