Skip to content

plastikaweb/plastikaweb2017

Repository files navigation

Plastikaweb2017

Travis Commitizen friendly codecov license

Personal Site example using Angular (> v 4.0.0).

Just it! You are able to clone, modify, test and use it.

Main packages and applications.

Other features.

Get the app

# Install Angular CLI globally
npm install -g @angular/cli@latest

# Clone your fork
git clone git@github.com:plastikaweb/plastikaweb2017.git

# Go to the project directory:
cd plastikaweb2017 {or any custom name}

# Install project dependencies:
yarn

# go to src/config directory, and rename `firebase.config.ts.sample` to `firebase.config.ts`. Fill with your firebase database data.

# go to src/config directory, and edit `lang.config.ts`. Fill with your app languages and the default app language.

# Serve the app
ng serve

# Navigate to http://localhost:4200/

License

MIT