Baracchino della scuola - Sito ufficiale

Netlify Status ESLint

This project was bootstrapped with Create React App.

Development

To develop edit files in src/*

Scripts

THere are some scripts with npm run you can use:

  • npm run start : start the dev server
  • npm run build : compile the project with webpack
  • npm run test : run eslint for linting
  • npm run eject : eject the runner (irreversible action)
  • npm run show : start the tailwindcss config viewer

Installing

Just clone the repo and run npm i then start it like above (npm start or npm run start)

Deploy

I personally use Netlify but you can use a webserver of your own, Vercel, GH Pages or Firebase from Google. There are some other alternatives but I tried these.