Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanlito/simple-todos

A simple web application powered by Nuxt.js 💚 & Nest Framework 😻
https://github.com/chanlito/simple-todos

express nest nestjs typescript

Last synced: about 2 months ago
JSON representation

A simple web application powered by Nuxt.js 💚 & Nest Framework 😻

Awesome Lists containing this project

README

        

# Simple Todos 📒

## Description

**Simple Todos** is a simple web application powered by Nuxt.js 💚 & Nest Framework 😻

## Environment Variables

> You can set your application environment variables by creating a `.env` file. (There is an `.env.example` file to follow.)

## Installation

```bash
npm install
```

## Start

```bash
npm start
```

## Development

```bash
npm run dev
```

## Test

```bash
npm test
```