mohole / react-workshop

React 101

Home Page:https://mohole.github.io/react-workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Workshop - 15+29/06/2022 @ Mohole

Requirements

What we are using

Repository structure

Folder Description
(root) main config files
/fundamentals React introduction source files
/examples Out of scope examples
/src web app source files

API

The API consumed by the application in the /src folder is https://mohole-react-backend.herokuapp.com/excursions , the project behind it is the backend branch.

Getting started

Clone the repo

$ git clone https://github.com/mohole/react-workshop

change to project folder

$ cd react-workshop

install the dependencies

$ npm ci

start the local development server

$ npm run dev

you can now check your application at http://localhost:3000.

License

Released under the MIT License.

About

React 101

https://mohole.github.io/react-workshop/


Languages

Language:JavaScript 93.6%Language:HTML 5.6%Language:CSS 0.8%