Skip to content
Snippets Groups Projects
Forked from kaa9659 / corelink-frontend
1 commit behind the upstream repository.
user avatar
Kevin Aguirre authored
9d95ef81
History

Export the react app for static compilation

npm run-script build

This will create a folder named "build" which contain all the static components that can be served to the http server

p.s. The build folder can be moved to the corelink-server/public repo for testing