Just Simple App Setup React and Node JS in a project read and write json file.
Project is created with:
- React client version
- Node Js Setup (Express Framework)
To run this project, install it locally using npm:
- Start the server first by running npm install, followed by npm start inside server's directory.
- It will print the URL that should be added
$ npm install
$ cd express-app
$ npm install
$ cd ../
$ cd ../demo-app
$ npm install
$ cd ../
$ npm start
It should open the : http://localhost:3000/
on your browser.
If it didn't open, then manually open http://localhost:3000/
This app is inspired by pre-interview task assignment by @Tick42's