simple-todos icon indicating copy to clipboard operation
simple-todos copied to clipboard

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

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

npm install

Start

npm start

Development

npm run dev

Test

npm test