system require
npm
nodejs
nodejs package require
react-materialize
react-create-app
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
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.
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.
node.js npm React react-materialize
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.