Skip to content

novak-jiri/thesis-frontend-react

 
 

Repository files navigation

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

About

This repo is frontend part of application MassSpecBlocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • SCSS 1.7%
  • HTML 0.4%