Simple Todos is a simple web application powered by Nuxt.js ๐ & Nest Framework ๐ป
You can set your application environment variables by creating a
.env
file. (There is an.env.example
file to follow.)
npm install
npm start
npm run dev
npm test