JFKFiles/frontend/README.md
Azure Search demo based on declassified JFK Files.
Note: if you are not starting from a clean cut, check if there is an existing
node_modulesfolder and remove it's content.
npm install
npm start
You can open a browser and navigate to the following route:
http://localhost:8082
If you want to deploy this website you only need to run
npm run build:prod
And copy the content generated from the dist folder into your web server.
This process can be easily automated and enclosed on a CD enviroment.