Getting started with Kasa react application

This project was bootstrapped with Create React App.

Routes :

The project features four routes:

"/" : (home page)

"/about" : (About)

"/articles/:id" : (Dynamic route)

"/error" : (Error 404)

This application will be using react, react router for routing, SASS for writing and compiling CSS

Test locally : npm start

Note: to test locally, just run the above command line

The building process

The application is build following a mobile first pattern.