Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 240 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 240 Bytes

ES Study

Getting Started

Install dependencies.

$ npm install

Run the following command to bundle and watch our code.

$ npm start

If you just want to bundle your code, you can run:

$ npm run build