- Node.js
>=
v12.16.1;
- Clone this repository:
git clone [email protected]:luanribeiros/api-user-list.git
; - Remove
.git
directory; - Install dependencies:
yarn
(ornpm install
); - Run yarn
(or
npm start:dev) to develop on
http://localhost:4000` - Run
yarn build
(ornpm run build
) for production build (files will be generated ondist
directory)
MIT © Luan Ribeiro