Webpage based on free PSD layout from http://www.psdfreebie.com - coded as an exercise
In order to launch the website, firstly you need to install the required npm packages. It can be done by the command:
npm install
To launch the website in development environment you need to use the command:
npm start
The website hosted on localhost will be displayed in the browser window. Development files are stored in the app
folder.
In order to generate website files for production build you need to use command:
npm run build
This will cause deletion of all contents of the dist
folder and will generate in this location minified and concatenated website files ready to be deployed.