Users application with following features:
- Listing of all the records (possibly) currently (added ) in the database by local json
Node.js and Express installed
- Clone the repo:
$ git clone https://github.com/vijaygehlot/users-detail.git
- Install all dependencies:
$ cd user-detail
$ npm install
- Build the app:
$ npm run build
- Run the app:
$ npm run start
The application should now run on localhost:3000
- React
- Sass
- Node/Express