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

https://github.com/mohamedsamara/react-mobx-starter

React MobX Starter with code splitting and caching
https://github.com/mohamedsamara/react-mobx-starter

baseui comlink loadable-components mobx netlify pwa react service-worker workbox

Last synced: 3 months ago
JSON representation

React MobX Starter with code splitting and caching

Awesome Lists containing this project

README

        

# React MobX Starter

## Install

Some basic Git commands are:

```
$ git clone https://github.com/mohamedsamara/react-mobx-starter.git
$ cd project
$ npm install
```

## Netlify Deployment

```
> Run $ npm run build
> Create _redirects file inside build directory
> Run $ netlify deploy --prod
```

## Start

```
$ npm start
```

## Simple build for production

```
$ npm run build
```

## Run the application for production

```
$ npm run serve
```

## Languages & tools

- [React](https://reactjs.org/)

- [MobX](https://mobx.js.org/)

- [Base Web](https://baseweb.design/)

- [Loadable Components](https://loadable-components.com/)

- [Comlink](https://github.com/GoogleChromeLabs/comlink)

- [Workbox](https://developers.google.com/web/tools/workbox)

- [Webpack](https://webpack.js.org/)

- [Netlify](https://www.netlify.com/)