Link Search Menu Expand Document

React JS

Table of contents
  1. Install with npm

Install with npm

To install project

npm install create-react-app reaksi

Go to the folder (e.g: reaksi)

cd reaksi

Install the packages

npm install

Start the engine

npm start

Table of contents