silvestreh / webdev-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/r/webdev's weekly project: To-Do

client/ contains a simple Vue.js app. server/ contains another simple feathers app.

Installation

cd server/
npm install

cd ../client
npm install
npm run build # build the client

Remember to open server/config/default.json and enter your Mailgun API key and Domain.

Starting the app

If you built the client, then all you need to do is start the feathers server:

cd server/ && npm start

And then point your browser to http://localhost:3030.

Developing

To start hacking just run the dev tasks for both, the server and client.

cd server/
npm run dev # this will keep running

# In another terminal
cd client/
npm run dev

And point your browser to http://localhost:8080.

About


Languages

Language:JavaScript 66.9%Language:CSS 20.4%Language:HTML 9.9%Language:Vue 2.8%