Paradigm Threat Website
files | 3 months ago | ||
public | 4 months ago | ||
scripts | 9 months ago | ||
sources | 4 months ago | ||
src | 3 months ago | ||
.env | 9 months ago | ||
.env.development | 1 year ago | ||
.gitignore | 9 months ago | ||
.gitmodules | 1 year ago | ||
README.md | 1 year ago | ||
package.json | 7 months ago | ||
tsconfig.json | 1 year ago |
git clone ssh://git@git.pthreat.co:2222/ari/paradigm-threat-site.git --recursive
If you already cloned the project and didn't use --recurse-submodules, you can combine the git submodule init and git submodule update steps by running
git submodule update --init
In the project directory, you can run:
npm build
Builds the app. This is necessary for running the server\ Open http://localhost:8081 to view it in the browser.
npm run server
Runs the production server. Running this is necessary for the files to load\ Open http://localhost:8081 to view it in the browser.
Note: The server will server the react client, as well as all the hosted files.
npm start
For developers, Run the app in development mode. This uses the above server for loading files.\ 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.
Note:
npm test
Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.
This project was bootstrapped with Create React App.