/frontwords

Primary LanguageJavaScript

To run the project

  1. Clone the project

git clone https://github.com/alextuadev/frontwords.git

  1. Install the dependencies

npm install

  1. Configure the API connection in src/services/api.js

const BASE_URL = 'http://localhost:3001/'

  1. Run the project

npm start

  1. Open the browser

http://localhost:3000/