/Social-Listening

Project for DevC project

Primary LanguageJavaScript

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Lint:

Please lint and format your code before commit it using:

npm run lint

You can fix some problems by using:

npm run lint:fix