Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 458 Bytes

File metadata and controls

23 lines (15 loc) · 458 Bytes

React Ready

A simple and light repository to start coding for react in JavaScript or TypeScript

How to run

After installing the required packages using the following command:

npm install

The following command will run the project in development environment:

npm run dev

You can also build the project and see the final script file (bundle.js) in the dist folder using the following command:

npm run build