alextuadev / frontwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About


Languages

Language:JavaScript 82.0%Language:CSS 10.3%Language:HTML 7.7%