/simple-todos

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

Primary LanguageTypeScriptMIT LicenseMIT

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