This is a sample ReactJS based application , implemented for demonstration purposes. The design is inspired by a template from Free-CSS.com
You will need to have Node JS installed on your pc.
After cloning the files, you will have to run yarn
followed by yarn start
in the CLI or npm install
followed by npm start
Default Running script npm start
will be execute as PORT=5000 react-script start
as mentioned in the package.json file. This command will work Linux and Mac os.
Change the data in the data.json
file as well as add any images to public/img/
You can also change styles by modifying the public/css
files.