Frontend of RTUITLab landing
-
Run
npm installin the project directory to install packages the project depends on. -
Set the environment variable
REACT_APP_APIwith address of your backend. -
Set the environment variable
REACT_APP_BUILD_YEARwith current year of build.Or don't set it while development
-
Run app executing
npm startwhich runs the app in development mode. -
Open http://localhost:3000 to view app in the browser.
-
Set the environment variable
REACT_APP_APIwith address of your backend if your app will have hostname different from your backend. -
Install jake
npm i -g jake. -
Run jake to build project
jake.