Skip to content
Snippets Groups Projects
Defendi Alberto's avatar
Defendi Alberto authored
Eslint fix

See merge request !5
78ebe16d
History

dashboard

Dashboard of the service which is used by system administrators

Node installation

Windows

It is reccomended to use WSL. Should not be possible, use this guide to install nvm

Linux/Macos

# Install node version manager
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash

Project installation

# Ensure that nvm was installed correctly with
nvm --version # should return the version of nvm installed.
# Install latest version of node
nvm install node
# Use the latest version with
nvm use node

# Install yarn
npm install --global yarn

# Install dependencies
yarn install
# Run project
yarn run

# Further commands are in the package.json under "scripts"

Useful resources

react calendar app codesandbox, utile per vedere altri progetti creati con framework awesome css list