My first React.js project. In this project we show a list of expenses. The user can view, add, edit and delete expenses.
The project was built with Node.js version 11.14.0. Besides, we also need yarn v1.1.5.2 installed globally.
In order to install the required dependencies, run the below command from the root directory :
yarn install
In order to run, please execute the below command from the root directory, to be able to run it in development mode locally :
yarn dev-server
In order to run the tests run the below command :
yarn test --watch
In order to build a production artifact for deploying on the server, run the below command :
yarn build
In order to install the required dependencies, run the below command from the root directory :
yarn install
In order to run the tests run the below command :
yarn test
In order to build a production artifact for deploying on the server, run the below command :
yarn build
- Node.js - The web framework used
- Yarn - Dependency Management
- React.js - The UI library used
- Redux - The client side state container
- Sanjay Sachdev - Initial work - sanjaypsachdev
This project is licensed under the MIT License - see the LICENSE.md file for details