The source code is for GetHired DevCode VueJS by Arief P.
Todo application with user activities.
-
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
The source code is open-sourced software licensed under the MIT license.