- Node.js v16+
- VS Code
- React developer tools (browser extension)
- React v18 - reactive UI library
- React Router v6 - client side routing for React
- Vite.js - project bootstrapping
- TailwindCSS - CSS as utility classes
- DaisyUI - UI components built on top of TailwindCSS
Folder | Description |
---|---|
(root) |
main config files |
/fundamentals |
React introduction source files |
/examples |
Out of scope examples |
/src |
web app source files |
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.
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
.
Released under the MIT License.