Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 820 Bytes

ReadMe.md

File metadata and controls

47 lines (28 loc) · 820 Bytes

Mini free workshop

In this workshop YOU will build the below app in 1 hour. No frameworks, pure #fsharp.

@30th July 5PM CEST RSVP https://www.meetup.com/tackling-f-web-development/events/294416499/

Fable Typing Speed demo.

No frameworks, pure F#. HTML and CSS belongs to someone else.

Live Demo Online:

https://zealous-field-0fa61df1e.3.azurestaticapps.net/

https://funpizzashop.azurewebsites.net/

Build steps

Clone the project and in the root folder

cd src/Client
cd npm run start

Then navigate to

http://localhost:8080

To build for production

cd src/Client
cd npm run build

deploy the src/Client/dist folder