Skip to content

aladin002dz/ReactJS-CRUD-Basic

Repository files navigation

ReactJS-CRUD-Basic

This repository contains practice items for "OpenClassrooms" React JS course. The Basic CRUD project is the final assignment.

Check the link below, to display it:
http://aladindev.com/ReactJS-CRUD-Basic/

Steps:
1- Install node.js and Check installation with the following command:

 node -v  

3- Install Yarn

4- Install "create-react-app" with the following commands:

yarn global add create-react-app

5- Check installation:

create-react-app --help

6- Create your first app:

create-react-app my-app-name

7- Run your app:

yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages