In summary, it creates the common TODO example using the SAFE Stack in a fulma way. You can add, complete, delete or put back the in progress to pending state.
- Create a todo list using the SAFE Stack
- States are managed to keep it's status (Pending, In Progress, Completed)
- Allow to delete the todo's
- Persist the data locally on a csv file (Server side). The data is reloaded at startup.
You'll need to install the following pre-requisites in order to build SAFE applications
- The .NET Core SDK
- The Yarn package manager (you can also use
npm
but the usage ofyarn
is encouraged). - Node LTS installed for the front end components.
- If you're running on OSX or Linux, you'll also need to install Mono.
dotnet tool restore
# Or use simply VS Code and start.
dotnet fake build -t run
None... because it's only 300 lines... come on :).