Skip to content

ariefid/devcode-vuejs

Repository files navigation

DevCode VueJS

About

The source code is for GetHired DevCode VueJS by Arief P.

Todo application with user activities.

Installation

  • Download or Clone this repository

    $ git clone https://github.com/ariefid/devcode-vuejs.git
  • Change directory to this repository directory.

    $ cd devcode-vuejs
  • Copy .env.example to .env:

    $ cp .env.example .env
  • Install dependencies

    $ npm install
  • Run

    $ npm run dev
  • Build

    $ npm run build

License

The source code is open-sourced software licensed under the MIT license.