Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.27 KB

restaxi-web

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.

Features

  • No external libraries (making it super light)
  • Inline js and css (the hole website is in the .html)
  • Multi-Languages (PT, EN and FR)

Running the project

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.

Multi-Languages

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.

Icons

Free SVG icons for popular brands

https://github.com/leungwensen/svg-icon using metro ui css