MetaCurious is a frontend for Brainspell.
This app features
- Vue.js - a frontend framework
- Webpack - a tool to bundle your files
- vue-router - client-side routing
- Axios - a library to call your REST api
- vue-bootstrap which adds Twitter bootstrap v4 styling to the site
- Authentication with GitHub
First make sure you have npm
and node.js
installed
Next, clone the boilerplate from GitHub:
git clone https://github.com/akeshavan/brainspell-neo-frontend
Then install all npm
packages:
cd brainspell-neo-frontend/brainspell
npm install
To run the app, do:
npm run dev
And navigate to http://localhost:8080 (or wherever npm starts the server). As you make changes to your app, the browser will reload so you don't have to keep refreshing the page.
We 💛 new contributors! To get started, check out our contributing guidelines.