zerone2 / react-mobx-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

React-Mobx-Boilerplate

This project is made of React + Mobx + customize-cra + scss.

You can easily set react + mobx project by using this boilerplate

"react": "^16.13.x", "mobx": "5.15.x", "mobx-react": "^6.2.2"
can change settings in config-overrides

1. clone this project.

Run git clone https://github.com/zerone2/react-mobx-boilerplate

2. yarn

Run yarn to download dependencies

3. yarn start or yarn build

To Start app in dev mode

Run yarn start

To build app in prod mode

Run yarn 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 for more information.

4. Enjoy the boilerplate

Note: Please don't do eject. this is a one-way operation. Once you eject, you can’t go back!

you can set webpack settings in config-overrides.js


Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

License:MIT License


Languages

Language:JavaScript 79.8%Language:CSS 10.7%Language:HTML 9.5%