alexmonteirocastro / todomvc-playground-project

A playground for enhancing todo-MVC app
0 stars 0 forks source link
hacking learning playground

The Todo-MVC playground

This repo is a repo which will include some already made front-end and which I will enhance with all kinds of stuff, such as a backend-end, tests, and so on...

Pre-requisites

One should have installed in local machine:

How to run this

Start by installing dependencies with

yarn

One can start the dev server with

yarn run server

To compile the ts files into JS

yarn run build