Skip to content

esraltintas/reports-dashboard

Repository files navigation

Node & NPM

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm --version
nvm install node
nvm install --lts
node --version
npm --version

```### Install modules

```bash
npm install --global yarn
yarn

First, run the development server:

npm run dev
# or
yarn dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published