install nodejs to local
git clone <project>
npm install
npm start
Launches the project from source.
can set PORT
environment variable.
npm run build
Compressed sources are stored in the build folder.
execute command serve -s build
can open local website.