Skip to content

SeanWilken/WilkenWeb

Repository files navigation

SAFE Template

This template can be used to generate a full-stack web application using the SAFE Stack. It was created using the dotnet SAFE Template. If you want to learn more about the template why not start with the quick start guide?

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

Starting the application

Before you run the project for the first time only you must install dotnet "local tools" with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet fake build -t run

Then open http://localhost:8080 in your browser.

To run concurrently server and client tests in watch mode (run in a new terminal):

dotnet fake build -t runtests

Client tests are available under http://localhost:8081 in your browser and server tests are running in watch mode in console.

SAFE Stack Documentation

If you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official SAFE documentation.

You will find more documentation about the used F# components at the following places:

About

This website was written using the SAFE stack template as described above in the pregenerated above. Using that template as a boiler plate, it has been turned into a website that I am currently using to showcase some technical, design and creative abilities as they currently stand. I am fairly new to functional programming in general but find it highly inteeresting, rewarding and fun. This is currently a work in progress, and will have better documentation in a future commit, I promise :)

This is not in a completed state and is currently a WIP. There is still quite a lot left that I still need to do, like implement some of the games like pivot points & tile smash, add other apps and language script examples, finish up styling and then correctly override them through Fulma, add more pages for the about section to expand those cards and give full details, put in meaningful details, and add comment and clean up other comments, etc, etc....

  • Currently deployed as an azure website for testing purposes, which can be found at: seanwilken.azurewebsites.net
  • There is currently no server routing, so the extra path's after the above URL won't be server reachable.
  • Reload the base link and renavigate to your desired section of the site.

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors