Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 853 Bytes

MassSpecBlocks frontend

This repo is frontend part of application MassSpecBlocks. The Main repo with documentation is here.

Development

Clone project and install dependencies

git clone https://github.com/privrja/thesis-frontend-react.git

cd thesis-frontend-react

This repo use npm to manage many action. To install dependencies run npm install To run development server use npm start To run tests use npm test And to build package use npm build

CORS

To test on local machine i recomend you to use chrome without CORS policy check. Used only for development it can be security risk for other else actions!

”C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” — disable-web-security — disable-gpu — user-data-dir=~/chromeTemp