Skip to content

cyrillbrito/restaxi-web

Repository files navigation

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

About

Current webpage for Táxis Restauração

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published