This project was bootstrapped with Create React App.
This travel desk web app requires Node.js
Install all the dependencies:
`npm install` or `yarn`
To add one package into dependencies in package.json
`npm install --save <package-name> [--save-prod]` or `yarn add <package-name>`
To add one package into devDependencies in package.json
`npm install <package-name> --save-dev` or `yarn add <package-name> --dev`
To run your app
`npm run start` or `yarn start`
- Create-react-app boiler/plate
- Webpack
- React.js
- Redux framework
- Redux-thunk
- CSS
- Ant design framework
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.