Welcome to Base todo app!
This project is a template for a simple todo app.
-
Clone this repository:
git clone https://github.com/ardeshirvalipoor/base-todo --recurse-submodules
andcd base-todo
Note: to add the base project as a submodule to any project, use the following command:git submodule add https://github.com/ardeshirvalipoor/base
-
Install npm packages:
cd www && npm install cd api && npm install cd app && npm install
-
Compile the project
cd api && tsc cd app && rollup -c -w
-
Run the app
cd www && node index // Or use nodemon
Enjoy!