Ranek
This application was developed during the Origamind course in Vue.Js.
In this project we built an awesome landing page from the beginning.
We start by creating the Style Guide. After that, we designed the UI concept. And finally we developed the page using VueJs on the Front end and to communicate with the back I created an API in WordPress.
This project was developed with the following technologies:
- JavaScript
- Vue Js
- CSS3
- Axios
- [VS Code]
To clone and run this application, you'll need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ThiagoSantosTh/ranek.git
# Go into the repository
$ cd ranek
# Go into the client folder
$ cd client
# Install dependencies
$ npm install
# Run the application
$ npm run serve
# You can now view client in the browser
# On local: http://localhost:8080
# Customize configuration
# See [Configuration Reference](https://cli.vuejs.org/config/).