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

https://github.com/codebelt/react-mobx-architecture

Coming Soon
https://github.com/codebelt/react-mobx-architecture

Last synced: 4 months ago
JSON representation

Coming Soon

Awesome Lists containing this project

README

        

## react-mobx-architecture

View the running [website](https://codebelt.github.io/react-mobx-architecture/)

Check out the source code in different formats:

- TODO

Read the article explaining this code: TODO

![alt text](./appScreenshot.png 'App Screenshot')

## Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Install Packages

#### `yarn` or `npm install`

## Available Scripts

In the project directory, you can run:

#### `yarn start` or `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

#### `yarn generate` or `npm generate`

Scaffolding tool, see [generate-template-files](https://github.com/codeBelt/generate-template-files#readme). Check the `tools/templates` directory for existing templates.

#### `yarn build` or `npm build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.