This project was builded using node v10
and npm
, so you'll need node and npm to run it. You can get:
brew install node
or download the.pkg
file from (https://nodejs.org/en/)apt install nodejs npm
for linux debian like users
You'll need to install the project dependencies:
npm install
$ npm start
$ npm run build
$ npm run lint