/alumni_portfolio_vue

Front-end application for alumni showcase snippets, featured concepts, testing ideas

Primary LanguageJavaScript

Netlify Status

Alumni Portfolio Front End

This is the frontend portfolio application for the Alumni of Actualize Coding Bootcamp. It features curated experiences that are personally relevent to the contributors. The participants are expected to adhere to a work-like development pattern and treat this repository as though it meant the difference of uptime vs downtime for a production application. This means, but is not limited to...

The main goals are to give Actualize alumni a chance to experience working in a production stack without major risk and provide a place to showcase work they are proud of.

Environment setup

  1. Install asdf or similar nodejs version manager.
  2. Install the nodejs asdf plugin.
  3. Run asdf install to setup Node environment.
  4. Install yarn.
  5. Proceed to Project Setup.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Run tests

yarn test:unit

Run to test the application's workflow from beginning to end ensuring its flow works as expected.

yarn test:e2e

Run unit tests first and immediately after end-to-end tests

yarn test:all

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.