This is a simple website created for atm-simulator project
- React - Mainly used to implement clean and reusable html components
- EJS6 - Makes JavaScript code much cleaner and easier to read
- Axios - Used to call REST API in this project
- npm or yarn
- Running backend ATM Simulator project
- Clone and go to project by running the following command
$ git clone [email protected]:Skhwan/atm-simulator-react.git
$ cd atm-simulator
- install all required libraries
$ yarn install
- Then start the project
$ yarn start
- install required libraries
$ npm install
- start project
$ npm start
The ATM Simulator website should automatically start on http://localhost:3000.