Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackhowa/ember-react-cheat-sheet


https://github.com/jackhowa/ember-react-cheat-sheet

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ember to React docs

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ npm i
```

### Local Development

```
$ npm start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ npm build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deploy

Deployed to Netlify.

[![Netlify Status](https://api.netlify.com/api/v1/badges/858c0152-6b5b-414c-a832-cd10b1245362/deploy-status)](https://app.netlify.com/sites/ember-to-react/deploys)

Push to main branch to ship automatically.