Skip to content

laiiihz/laihz_xyz_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laihz_xyz_react

Getting Started


system require npm nodejs nodejs package require react-materialize react-create-app

installition

On Debian&&Ubuntu

apt update
apt upgrade //update apt 
apt install nodejs-legacy npm

On Arch

pacman -Syyu //update
pacman -S nodejs npm

npm package install

npm install npm@latest -g  //update npm
npm install react-materialize
npm install react-create-app

Running

npm start

Runs the app in the development mode.
Open 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.

Deployment

npm build
cd build

move all files to the server root

Builds the app for production to the `build` folder.<br>
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.<br>
Your app is ready to be deployed!

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

Built With

node.js npm React react-materialize

Author

Laihz

Learn More

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.