This repo is the source code for the taxisrestauracao.pt webpage.
The website is just a simple page with the contact information for the Taxi driver.
- No external libraries (making it super light)
- Inline js and css (the hole website is in the .html)
- Multi-Languages (PT, EN and FR)
To start up the project in development mode just run npm start
. This will run webpack in watch mode. The files will be generated and saved in the dist
folder.
To building for prod run npm run build
. This will generate the minified files and save them to dist
.
I was able to have only one template and than using webpack generate a file for each language with the correct labels. This makes developing easier beacause I don't have to maintain 3 equal files.
By default the website will load the Portuguese version of the site, if the user wants to switch the language he has to do it manually.
Free SVG icons for popular brands
https://github.com/leungwensen/svg-icon using metro ui css