This is a project meant to be used to creat static web pages. It uses parcel.js to compile the sources of the web app.
It also has a small carousel based on pure CSS
-
Install dependencies
npm install
-
Run the project
npm start
npm run build-prod
npm run clean