Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akalanka47000/todo-frontend
Next.js frontend for a simple todo application
https://github.com/akalanka47000/todo-frontend
Last synced: 27 days ago
JSON representation
Next.js frontend for a simple todo application
- Host: GitHub
- URL: https://github.com/akalanka47000/todo-frontend
- Owner: Akalanka47000
- License: mit
- Created: 2022-04-22T11:10:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T15:44:34.000Z (over 2 years ago)
- Last Synced: 2023-03-10T01:47:36.887Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://3.238.183.32:3000
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-frontend
Next.js frontend for a simple todo application## Project init commands:
- yarn install - Install all dependencies
- yarn dev - Runs the development server
- yarn build - Build for production
- yarn start - Runs the production build---
## Test commands:
- npm run e2e:headless - Run all tests
---
Navigate to [http://localhost:3000](http://localhost:3000) with your browser to see the website