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
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-mobx-starter
- Owner: mohamedsamara
- License: mit
- Created: 2020-04-07T06:51:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T15:33:33.000Z (over 4 years ago)
- Last Synced: 2025-01-03T10:23:55.674Z (5 months ago)
- Topics: baseui, comlink, loadable-components, mobx, netlify, pwa, react, service-worker, workbox
- Language: JavaScript
- Homepage: https://xenodochial-jang-0139fd.netlify.app/
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)