This repo will be my journey of creating an application with a JavaScript front-end framework that dynamically renders data to the view of the user.
The goal of this course would be as following;
create a client-side application in JavaScript which dynamically renders data to views using either a front-end framework or system created by you. Reflect on the merits and costs of frameworks together.
This course is specifically given by the Hogeschool van Amsterdam CMD. More information about the course specifically can be found at CMDA-TT's github.
- Working with a framework or system
- Knowing the merits, demerits, and costs all together.
- Rendering data dynamically
- TypeScript (soon?)
- Developing thy skills in development
- More coming...
Clone the project
git clone https://github.com/bommezijn/frontend-applications.git
Go to the project directory
cd ../frontend-applications
Install dependencies
yarn
Start development
yarn run dev
Lint directories
yarn run lint
To learn more about run scripts and more check the wiki project-setup