Skip to content

mobeigi/mobeigi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


mobeigi.com

Source code for the mobeigi.com website.


Description

Source code for the mobeigi.com website.

Contributions

Contributions are always welcome! Just make a pull request.

Licence

All rights reserved.

Available Scripts

App

yarn start

Runs the app in the development mode.
Open http://localhost:3001 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 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.

yarn test

Launches the test runner in a non-watch mode.

yarn lint

Run ESLint against all source files.
A lint will also occur on staged files via a pre-commit hook.

yarn clean

Clean up temporary directories like node_modules and build.

Server

yarn build

Builds the app for production to the dist folder.

yarn start

Runs the server.
Open http://localhost:3000 to view it in the browser.

yarn start:dev

Runs the server with nodemon hot reloading.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner.

yarn test:dev

Launches the test runner with nodemon hot reloading.

yarn lint

Run ESLint against all source files.

yarn clean

Clean up temporary directories like node_modules and dist.